CLI11 v0.6 Release Notes

  • ๐Ÿš€ 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().