Class: Twenty::Command::Up

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

Constant Summary

Constants included from Hook::RequireMigration

Hook::RequireMigration::Error

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



31
32
33
34
# File 'lib/twenty/cli/command/up.rb', line 31

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