Class: PVN::Log::FilesOption

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

Instance Method Summary collapse

Constructor Details

#initialize(optargs = Hash.new) ⇒ FilesOption

Returns a new instance of FilesOption.



22
23
24
# File 'lib/pvn/log/options.rb', line 22

def initialize optargs = Hash.new
  super :files, '-f', [ "list the files in the change" ], false
end