Class: HR_Deploy::Application

Inherits:
Object
  • Object
show all
Defined in:
lib/hr_deploy/application.rb

Instance Method Summary collapse

Instance Method Details

#runObject



11
12
13
14
15
16
# File 'lib/hr_deploy/application.rb', line 11

def run
  parser = HR_Deploy::Parser.new
  command = parser.parse_cmd_args

  dispatch(command[:action], command[:options])
end