Class: Hazetug::CLI

Inherits:
Object
  • Object
show all
Includes:
GLI::App
Defined in:
lib/hazetug/cli.rb,
lib/hazetug/cli/action.rb,
lib/hazetug/cli/bootstrap.rb

Defined Under Namespace

Classes: Action, Bootstrap

Instance Method Summary collapse

Instance Method Details

#run(args) ⇒ Object



8
9
10
11
# File 'lib/hazetug/cli.rb', line 8

def run(args)
  define_cli
  super
end