You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Version 1.6.2: Help-all
2
2
3
-
This version fixes some formatting bugs with help-all. It also adds fixes for several warnings, including an experimental optional error on Clang 7.
3
+
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.
4
4
5
5
* Fixed help-all formatting [#163]
6
6
* Printing help-all on nested command now fixed (App)
@@ -11,11 +11,16 @@ This version fixes some formatting bugs with help-all. It also adds fixes for se
11
11
* Fixed CMake install as subproject with `CLI11_INSTALL` flag. [#156]
12
12
* Fixed warning about local variable hiding class member with MSVC [#157]
13
13
* Fixed compile error with default settings on Clang 7 and libc++ [#158]
14
+
* Fixed special case of `--help` on subcommands (general fix planned for 1.7) [#168]
0 commit comments