Class: Twenty::Command::Down
- Inherits:
-
Twenty::Command
- Object
- Cmd
- Twenty::Command
- Twenty::Command::Down
- Includes:
- SQLiteMixin
- Defined in:
- lib/twenty-cli/command/down.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
8 9 10 11 |
# File 'lib/twenty-cli/command/down.rb', line 8 def run = (argv) .help ? show_help : run_command() end |