File Stats
- Last Modified
- Sun Oct 10 21:52:02 -0400 2010
Information
Method Index
- Executioner ::attr_switch
- Executioner ::descriptions
- Executioner ::execute
- Executioner ::find_longer_option
- Executioner ::footer
- Executioner ::header
- Executioner ::help
- Executioner ::inspect
- Executioner ::invoke
- Executioner ::method_added
- Executioner::NoCommandError ::new
- Executioner::Help ::new
- Executioner::NoOptionError ::new
- Executioner ::parse
- Executioner ::parse_arguments
- Executioner ::parse_equal
- Executioner ::parse_flags
- Executioner ::parse_option
- Executioner ::parse_subcommand
- Executioner ::run
- Executioner ::subcommands
- Executioner ::to_s
- Executioner::Help #help_text
- Executioner #main
- Executioner #option_missing
- Executioner::Help #to_manpage
ROADMAP
Seriously consider using method comments to
extract help output rather than using help method. This would be a much nicer API I think. This requires 1.9’s source_location. Unfortunately I know of no way to do the same for commands classes.