Skip to content

Version 0.6: Cleanup

Compare
Choose a tag to compare
@henryiii henryiii released this 02 Mar 19:44

Lots of cleanup and docs additions made it into this release. Parsing is simpler and more robust; fall through option added and works as expected; much more consistent variable names internally.

  • Simplified parsing to use vector<string> only
  • Fixed fallthrough, made it optional as well (default: off): .fallthrough().
  • Added string versions of ->requires() and ->excludes() for consistency.
  • Renamed protected members for internal consistency, grouped docs.
  • Added the ability to add a number to .require_subcommand().