Class: OpenFlow::Controller::CLI
- Inherits:
-
Object
- Object
- OpenFlow::Controller::CLI
- Defined in:
- lib/openflow-controller/cli.rb
Constant Summary collapse
- PROMPT =
'> '
- BYE_MSG =
'Bye!'
Class Method Summary collapse
Class Method Details
.run ⇒ Object
11 12 13 |
# File 'lib/openflow-controller/cli.rb', line 11 def self.run create_command.run(ARGV) end |