Class: Dctl::Command::RunCommand
- Inherits:
-
NonRedirectibleCommand
- Object
- CommandParser::Command
- SmartCommand
- NonRedirectibleCommand
- Dctl::Command::RunCommand
- 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
90 91 92 |
# File 'lib/dctl/command.rb', line 90 def description 'Run a new un-daemonized instance of a specified application.' end |