#3 new
bahuvrihi

Add tap-configure cmd

Reported by bahuvrihi | March 10th, 2009 @ 03:09 PM

Basically to override the default ruby path and root directory.


CmdUtils.CreateCommand({
  name: "tap-config",
  homepage: "http://tap.rubyforge.org",
  author: { name: "Simon Chiang", email: "simon.a.chiang@gmail.com"},
  license: "MIT",
  description: "Sets a Tap configuration.",
  takes: {"key": noun_arb_text},
  modifiers: {"value": noun_arb_text},

  execute: function(key, mods) {
    // preview current values
    // override
    // error for unknown key
    // reset default if value is default
  }
})

No comments found

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Interaction with Tap from Ubiquity.

People watching this ticket

Pages