class AstroboaCLI::CLI
Public Class Methods
start(*args)
click to toggle source
# 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