Class: Twenty::Command::Down

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

Instance Method Summary collapse

Instance Method Details

#runObject



10
11
12
13
# File 'lib/twenty/cli/command/down.rb', line 10

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