Class: Dctl::Command::RestartCommand
- Inherits:
-
RedirectibleCommand
- Object
- CommandParser::Command
- SmartCommand
- RedirectibleCommand
- Dctl::Command::RestartCommand
- Defined in:
- lib/dctl/command.rb
Instance Method Summary collapse
Methods inherited from RedirectibleCommand
Methods inherited from SmartCommand
Constructor Details
This class inherits a constructor from Dctl::Command::RedirectibleCommand
Instance Method Details
#description ⇒ Object
56 57 58 |
# File 'lib/dctl/command.rb', line 56 def description 'Restart a daemonized instance of a specified application with new arguments.' end |