Class: Dctl::Command::ZapCommand
- Inherits:
-
NonRedirectibleCommand
- Object
- CommandParser::Command
- SmartCommand
- NonRedirectibleCommand
- Dctl::Command::ZapCommand
- Defined in:
- lib/dctl/command.rb
Instance Method Summary collapse
Methods inherited from NonRedirectibleCommand
Methods inherited from SmartCommand
Constructor Details
This class inherits a constructor from Dctl::Command::NonRedirectibleCommand
Instance Method Details
#description ⇒ Object
79 80 81 |
# File 'lib/dctl/command.rb', line 79 def description "Manually set a daemonized instance of a specified application to 'stopped' state." end |