Class: Nomius::CLI::Command

Inherits:
Object
  • Object
show all
Includes:
TTY::Option
Defined in:
lib/nomius/cli/command.rb

Overview

Console options parser

Instance Method Summary collapse

Instance Method Details

#runObject



76
77
78
79
80
# File 'lib/nomius/cli/command.rb', line 76

def run
  check_help!
  check_version!
  check_input!
end