Class: Twenty::Command::Up
- Inherits:
-
Twenty::Command
- Object
- Cmd
- Twenty::Command
- Twenty::Command::Up
- Defined in:
- lib/twenty/cli/command/up.rb
Constant Summary
Constants included from Hook::RequireMigration
Constants included from Hook::Rescue
Hook::Rescue::FRAME_MAX, Hook::Rescue::INDENT_BY
Instance Method Summary collapse
Methods included from Option::Database
Instance Method Details
#run ⇒ Object
31 32 33 34 |
# File 'lib/twenty/cli/command/up.rb', line 31 def run = (argv) run_command() end |