Class: Twenty::Command::Console

Inherits:
Twenty::Command show all
Includes:
CommonOptionMixin, MigrationMixin, SQLiteMixin
Defined in:
lib/twenty-cli/command/console.rb

Instance Method Summary collapse

Methods included from CommonOptionMixin

included

Instance Method Details

#runObject



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

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