Exception: RD2ODT::ProgramOptionError

Inherits:
Error
  • Object
show all
Defined in:
lib/rd2odt.rb

Direct Known Subclasses

ProgramOptionParseError

Constant Summary collapse

ADDITIONAL_MESSAGE =
[RD2ODT::OPTION_PARSER.banner,
"use #{RD2ODT::OPTION_PARSER.program_name} --help for more help."]

Instance Method Summary collapse

Methods inherited from Error

#process

Instance Method Details

#messageObject



592
593
594
# File 'lib/rd2odt.rb', line 592

def message
  return [super, "", *ADDITIONAL_MESSAGE]
end