Class: IV::CLI::App

Inherits:
Object
  • Object
show all
Includes:
Helpers::Errors, Mixlib::CLI
Defined in:
lib/iv-cli/app.rb

Instance Method Summary collapse

Methods included from Helpers::Errors

included

Instance Method Details

#runObject



10
11
12
13
# File 'lib/iv-cli/app.rb', line 10

def run
  validate
  IV::CLI::Command.run_command(ARGV, options)
end