Class: Twenty::Command::Migrate

Inherits:
Twenty::Command show all
Includes:
Hook::Rescue, Hook::SQLiteConn, Option::Database
Defined in:
lib/twenty/cli/command/migrate.rb

Constant Summary

Constants included from Hook::Rescue

Hook::Rescue::FRAME_MAX, Hook::Rescue::INDENT_BY

Instance Method Summary collapse

Methods included from Option::Database

included

Instance Method Details

#runObject



19
20
21
22
# File 'lib/twenty/cli/command/migrate.rb', line 19

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