Class: PVN::Command::HelpOption
- Inherits:
-
Synoption::BooleanOption
- Object
- Synoption::BooleanOption
- PVN::Command::HelpOption
- Defined in:
- lib/pvn/command/options.rb
Instance Method Summary collapse
-
#initialize(args = Hash.new) ⇒ HelpOption
constructor
A new instance of HelpOption.
Constructor Details
#initialize(args = Hash.new) ⇒ HelpOption
Returns a new instance of HelpOption.
13 14 15 |
# File 'lib/pvn/command/options.rb', line 13 def initialize args = Hash.new super :help, '-h', "display help", nil end |