Module: MCLI

Defined in:
lib/mcli.rb,
lib/mcli/version.rb

Defined Under Namespace

Classes: Command, CommandGroup, HelpError, NullCommand

Constant Summary collapse

VERSION =
"0.9.0"

Class Method Summary collapse

Class Method Details

.runObject



11
12
13
# File 'lib/mcli.rb', line 11

def run
  CommandGroup.call(ARGV.dup)
end