Class: Twenty::Command::Connect

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

Instance Method Summary collapse

Instance Method Details

#runObject



12
13
14
15
# File 'lib/twenty/cli/command/connect.rb', line 12

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