CLI11 v1.6.2 Release Notes

Release Date: 2018-11-24 // over 5 years ago
  • ๐Ÿ›  This version fixes some formatting bugs with help-all. It also adds fixes for โš  several warnings, including an experimental optional error on Clang 7. Several ๐Ÿ›  smaller fixes.

    • ๐Ÿ›  Fixed help-all formatting #163
      • Printing help-all on nested command now fixed (App)
      • Missing space after help-all restored (Default formatter)
      • More detail printed on help all (Default formatter)
      • Help-all subcommands get indented with inner blank lines removed (Default formatter)
      • detail::find_and_replace added to utilities
    • ๐Ÿ›  Fixed CMake install as subproject with CLI11_INSTALL flag. #156
    • ๐Ÿ›  Fixed warning about local variable hiding class member with MSVC #157
    • ๐Ÿ›  Fixed compile error with default settings on Clang 7 and libc++ #158
    • ๐Ÿ›  Fixed special case of --help on subcommands (general fix planned for 1.7) #168
    • Removing an option with links #179