Class: Madness::CommandLine

Inherits:
Object
  • Object
show all
Includes:
Colsole, Singleton
Defined in:
lib/madness/command_line.rb

Overview

Handle command line execution. Used by bin/madness.

Instance Method Summary collapse

Instance Method Details

#execute(argv = []) ⇒ Object

Launch the server



9
10
11
# File 'lib/madness/command_line.rb', line 9

def execute(argv=[])
  launch_server_with_options argv
end