File Stats
- Last Modified
- Sat Oct 09 03:40:42 -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
RELEASE HISTORY
0.4.0 / 2010-10-12
Ooo… I found an even better API. Rather than use methods to denote commands, the new API uses nested classes.
Changes:
New API!
0.3.0 / 2010-09-12
The most significant change is the use bang methods (foo!) for option flags.
Changes:
Allow bang methods for option flags.
0.2.0 / 2010-03-02
Initial (non-public) release. Executioner is a rebranding of older library called TieClip. TieClip has moved in a completely different direction, so Executioner was create to preserve and continue development of it’s design elements.
Changes:
Happy Birthday!