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