Skip to content

Commit

Permalink
status can be called with ?
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Oct 17, 2009
1 parent 2d3950f commit d793b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/it.rb
Expand Up @@ -52,7 +52,7 @@ class Command
:ls, :rm
]
Initializers = [:init, :add]
Special = {"!" => :done, "?" => :list}
Special = {"!" => :done, "?" => :status}

def initialize *all
cmd, param, args, options = all
Expand Down

0 comments on commit d793b89

Please sign in to comment.