Class: TechcorCli

Inherits:
Object
  • Object
show all
Extended by:
GLI::App
Defined in:
lib/gli_interface.rb,
lib/commands/gli/add.rb,
lib/commands/gli/list.rb,
lib/commands/gli/hooks.rb,
lib/commands/gli/history.rb,
lib/commands/gli/program.rb,
lib/commands/gli/describe.rb,
lib/commands/gli/add_metric.rb,
lib/commands/gli/edit_property.rb

Class Method Summary collapse

Class Method Details

.exec(argv) ⇒ Object



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

def self.exec argv
  commands[:help] = GLI::Commands::Help.new(self)
  run(argv)
end