Class: Twenty::Command::Console
- Inherits:
-
Twenty::Command
- Object
- Cmd
- Twenty::Command
- Twenty::Command::Console
- Includes:
- CommonOptionMixin, MigrationMixin, SQLiteMixin
- Defined in:
- lib/twenty-cli/command/console.rb
Instance Method Summary collapse
Methods included from CommonOptionMixin
Instance Method Details
#run ⇒ Object
10 11 12 13 |
# File 'lib/twenty-cli/command/console.rb', line 10 def run = (argv) .help ? show_help : run_command() end |