Class: MongoBrowser::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/mongo_browser/cli.rb

Instance Method Summary collapse

Instance Method Details

#startObject



20
21
22
23
# File 'lib/mongo_browser/cli.rb', line 20

def start
  setup_mongodb_connection!(options)
  run_thin(options)
end