Skip to content

Version 0.9: Polish

Compare
Choose a tag to compare
@henryiii henryiii released this 24 Apr 00:54

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
  • 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