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