Class: Twenty::Command::Connect

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

Instance Method Summary collapse

Instance Method Details

#runObject



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

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