Class: Twenty::Command::Down

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

Constant Summary

Constants included from Hook::Rescue

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

Instance Method Summary collapse

Instance Method Details

#runObject



14
15
16
17
# File 'lib/twenty/cli/command/down.rb', line 14

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