Class: Twenty::Command::Up

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

Instance Method Summary collapse

Methods included from CommonOptionMixin

included

Instance Method Details

#runObject



25
26
27
28
# File 'lib/twenty/cli/command/up.rb', line 25

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