CLI11 v0.7 Release Notes

  • ๐Ÿ›  Lots of small bugs fixed when adding code coverage, better in edge cases. Much ๐Ÿ‘ more powerful ini support.

    • ๐Ÿ‘ Allow comments in ini files (lines starting with ;)
    • ๐Ÿ‘ Ini files support flags, vectors, subcommands
    • โž• Added CodeCov code coverage reports
    • ๐Ÿ›  Lots of small bugfixes related to adding tests to increase coverage to 100%
    • Error handling now uses scoped enum in errors
    • ๐Ÿ“œ Reparsing rules changed a little to accommodate Ini files. Callbacks are now called when parsing INI, and reset any time results are added.
    • โž• Adding extra utilities in full version only, Timer (not needed for parsing, but useful for general CLI applications).
    • ๐Ÿ‘ Better support for custom add_options like functions.