Version 0.6: Cleanup
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()
.