Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Latest commit

 

History

History
41 lines (21 loc) · 741 Bytes

File metadata and controls

41 lines (21 loc) · 741 Bytes

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!