Class: Nomius::CLI::Command
- Inherits:
-
Object
- Object
- Nomius::CLI::Command
- Includes:
- TTY::Option
- Defined in:
- lib/nomius/cli/command.rb
Overview
Console options parser
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
76 77 78 79 80 |
# File 'lib/nomius/cli/command.rb', line 76 def run check_help! check_version! check_input! end |