Class Dctl::Command::NonRedirectibleCommand
In: lib/dctl/command.rb
Parent: SmartCommand

Methods

new  

Public Class methods

[Source]

    # File lib/dctl/command.rb, line 37
37:       def initialize
38:         super
39:         options.separator "Options:"
40:       end

[Validate]