CLI11 v2.1.3 Release Notes

    • ๐Ÿ”„ Change the way the default value is displayed in the included help text generation from =XXXXX to [XXXXX] to clean up some situations in which the text looked awkward and unclear #666
    • ๐Ÿ›  Fix a bug where a subcommand callback could be executed multiple times if it was a member of an option group #666
    • ๐Ÿ›  Fix an issue where the detection of RTTI being disabled on certain visual studio platforms did not disable the use of dynamic cast calls #666
    • โž• Add additional tests concerning the use of aliases for option groups in config files #666
    • โš  Resolve strict-overflow warning on some GCC compilers #666