Class: Twenty::Command::Migrate

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

Instance Method Summary collapse

Methods included from CommonOptionMixin

included

Instance Method Details

#runObject



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

def run
  options = parse_options(argv)
  run_command(options)
end