lib/inch/cli/command_parser.rb in inch-0.1.4 vs lib/inch/cli/command_parser.rb in inch-0.2.0
- old
+ new
@@ -42,11 +42,9 @@
# are specified or
attr_accessor :default_command
end
self.commands = {
- :console => Command::Console,
- :inspect => Command::Inspect,
:list => Command::List,
:show => Command::Show,
:stats => Command::Stats,
:suggest => Command::Suggest,
}