CLI11 v0.9 Release Notes

  • ๐Ÿš€ This release focused on cleaning up the most exotic compiler warnings, fixing a ๐Ÿ“œ few oddities of the config parser, and added a more natural method to check subcommands.

    • ๐Ÿ‘ Better CMake named target (CLI11)
    • โš  More warnings added, fixed
    • 0๏ธโƒฃ Ini output now includes =false when default_also is true
    • Ini no longer lists the help pointer
    • โž• Added test for inclusion in multiple files and linking, fixed issues (rarely needed for CLI, but nice for tools)
    • ๐Ÿ‘Œ Support for complex numbers
    • โœ… Subcommands now test true/false directly or with ->parsed(), cleaner parse