Class: Expedite::Cli::Stop
- Inherits:
-
Object
- Object
- Expedite::Cli::Stop
- Defined in:
- lib/expedite/cli/stop.rb
Instance Method Summary collapse
Instance Method Details
#run(args) ⇒ Object
4 5 6 7 8 9 |
# File 'lib/expedite/cli/stop.rb', line 4 def run(args) require 'expedite/server/controller' ctrl = Expedite::Server::Controller.new ctrl.stop end |
#summary ⇒ Object
11 12 13 |
# File 'lib/expedite/cli/stop.rb', line 11 def summary 'Stops the expedite server' end |