class DeepL::Parser
- DeepL::Parser
- OptionParser
- Reference
- Object
Defined in:
deepl/parser.crConstructors
Macro Summary
Instance Method Summary
- #help_message : String
- #help_message=(help_message : String)
- #opt : Options
-
#parse(args)
Parses the passed args (defaults to
ARGV
), running the handlers associated to each option.
Constructor Detail
Macro Detail
Instance Method Detail
def parse(args)
#
Description copied from class OptionParser
Parses the passed args (defaults to ARGV
), running the handlers associated to each option.