Class: PVN::Command::HelpOption

Inherits:
Synoption::BooleanOption
  • Object
show all
Defined in:
lib/pvn/command/options.rb

Instance Method Summary collapse

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