Class: AstroboaCLI::CLI

Inherits:
Object
  • Object
show all
Defined in:
lib/astroboa-cli/cli.rb

Class Method Summary collapse

Class Method Details

.start(*args) ⇒ Object



8
9
10
11
12
# File 'lib/astroboa-cli/cli.rb', line 8

def self.start(*args)
  command = args.shift.strip rescue "help"
  AstroboaCLI::Command.load
  AstroboaCLI::Command.run(command, args)
end