Class: Twenty::Command::Migrate

Inherits:
Twenty::Command show all
Includes:
CommonOptionMixin, SQLiteMixin
Defined in:
lib/twenty-cli/command/migrate.rb

Instance Method Summary collapse

Methods included from CommonOptionMixin

included

Instance Method Details

#runObject



9
10
11
12
# File 'lib/twenty-cli/command/migrate.rb', line 9

def run
  options = parse_options(argv)
  options.help ? show_help : run_command(options)
end