We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45177d commit b9d9229Copy full SHA for b9d9229
CHANGELOG.md
@@ -5,7 +5,13 @@
5
Bugs fixed:
6
* Fix [#189][189] by [@TheConstructor]: fix inferrence about clustering options for sub-sub-commands
7
8
+Enhancements:
9
+* Fix [#166][166] by [@TheConstructor]: make CommandLineApplication.GetValidationResult() public
10
+* PR [#192][192] by [@TheConstructor]: improve error handling in generic host, and unwrap TargetInvocationException
11
+
12
[189]: https://github.com/natemcmaster/CommandLineUtils/pull/189
13
+[166]: https://github.com/natemcmaster/CommandLineUtils/pull/166
14
+[192]: https://github.com/natemcmaster/CommandLineUtils/pull/192
15
16
## [v2.3.0-beta]
17
0 commit comments