Module: Mpex::CLI

Defined in:
lib/mpex/cli.rb

Class Method Summary collapse

Class Method Details

.commandObject



235
236
237
# File 'lib/mpex/cli.rb', line 235

def self.command
  @cmd
end

.run(args) ⇒ Object



231
232
233
# File 'lib/mpex/cli.rb', line 231

def self.run(args)
  @cmd.run(ARGV)
end