Class: OpenFlow::Controller::CLI

Inherits:
Object
  • Object
show all
Defined in:
lib/openflow-controller/cli.rb

Constant Summary collapse

PROMPT =
'> '
BYE_MSG =
'Bye!'

Class Method Summary collapse

Class Method Details

.runObject



11
12
13
# File 'lib/openflow-controller/cli.rb', line 11

def self.run
  create_command.run(ARGV)
end