class Hello::Parser
- Hello::Parser
- OptionParser
- Reference
- Object
Defined in:
hello/parser.crConstructors
Instance Method Summary
- #options : Options
-
#parse(args = ARGV) : Options
Parses the passed args (defaults to
ARGV
), running the handlers associated to each option. - #show_help
- #show_version
Constructor Detail
Instance Method Detail
Description copied from class OptionParser
Parses the passed args (defaults to ARGV
), running the handlers associated to each option.