Class: Twenty::Command::Down

Inherits:
Twenty::Command show all
Includes:
SQLiteMixin
Defined in:
lib/twenty-cli/command/down.rb

Instance Method Summary collapse

Instance Method Details

#runObject



8
9
10
11
# File 'lib/twenty-cli/command/down.rb', line 8

def run
  options = parse_options(argv)
  options.help ? show_help : run_command(options)
end