The library has been rename to CLI::Base (gem name cli_base).
Changes:
-
Renamed to CLI::Base.
Ooo… I found an even better API. Rather than use methods to denote commands, the new API uses nested classes.
Changes:
-
New API!
The most significant change is the use bang methods (foo!) for option flags.
Changes:
-
Allow bang methods for option flags.
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!