Class: Dctl::Command::NonRedirectibleCommand

Inherits:
SmartCommand
  • Object
show all
Defined in:
lib/dctl/command.rb

Direct Known Subclasses

RunCommand, StatusCommand, StopCommand, ZapCommand

Instance Method Summary collapse

Constructor Details

#initializeNonRedirectibleCommand

Returns a new instance of NonRedirectibleCommand.



37
38
39
40
# File 'lib/dctl/command.rb', line 37

def initialize
  super
  options.separator "Options:"
end