11# Changelog
22
3- ## [ Unreleased ]
3+ ## [ v2.3.2 ]
44
55Enhancements:
66* Fix [ #211 ] by [ @rlvandaveer ] - honor attributes on classes which implement ValidationAttribute
@@ -89,12 +89,12 @@ integration with ASP.NET Core's ["Generic Host" feature.](https://docs.microsoft
8989Enhancements:
9090
9191* Support the POSIX convention for cluster multiple options. For example, ` -ixd ` is treated the same as ` -i -x -d ` .
92- Resolved [ #93 ] [ issue-93 ] .
92+ Resolved [ #93 ] .
9393* [ @bjorg ] : support SingleOrNoValue notation. ` --option[:value] `
9494* New type: ` Pager ` . Provides a simple interaction model for displaying console output in a pager.
9595* Display help text using the ` less ` pager on macOS/Linux.
9696* Make suggestions when invalid options or commands are used, but there is a valid one that is similar.
97- (Thanks to [ @MadbHatter ] [ @MadbHatter ] for doing the initial work on this.)
97+ (Thanks to [ @MadbHatter ] for doing the initial work on this.)
9898* Add support for subcommand aliases. Commands can be given multiple names.
9999
100100 ``` c#
@@ -111,6 +111,8 @@ Enhancements:
111111 ```
112112* [ @lvermeulen ] : Sort subcommands by name in help text. This can be disabled with ` DefaultHelpTextGenerator.SortCommandsByName ` .
113113
114+ [ #93 ] : https://github.com/natemcmaster/CommandLineUtils/issues/93
115+
114116Bugs fixed:
115117
116118* Duplicate subcommand names used to cause undefined behavior. Now, attempting to add a duplicate subcommand name or aliases will
@@ -325,7 +327,8 @@ Other:
325327[ @sebastienros ] : https://github.com/sebastienros
326328[ @TheConstructor ] : https://github.com/TheConstructor
327329
328- [ Unreleased ] : https://github.com/natemcmaster/CommandLineUtils/compare/v2.3.1...HEAD
330+ [ Unreleased ] : https://github.com/natemcmaster/CommandLineUtils/compare/v2.3.2...HEAD
331+ [ v2.3.2 ] : https://github.com/natemcmaster/CommandLineUtils/compare/v2.3.1...v2.3.2
329332[ v2.3.1 ] : https://github.com/natemcmaster/CommandLineUtils/compare/v2.3.0...v2.3.1
330333[ v2.3.0 ] : https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.5...v2.3.0
331334[ v2.3.0-rc ] : https://github.com/natemcmaster/CommandLineUtils/compare/v2.2.5...v2.3.0-rc
@@ -344,5 +347,3 @@ Other:
344347[ v2.1.0 ] : https://github.com/natemcmaster/CommandLineUtils/compare/v2.0.1...v2.1.0
345348[ v2.0.1 ] : https://github.com/natemcmaster/CommandLineUtils/compare/v2.0.0...v2.0.1
346349[ v2.0.0 ] : https://github.com/natemcmaster/CommandLineUtils/compare/b0c662d331c35ccf3145875cdef850df7e896c0f...v2.0.0
347-
348- [ issue-93 ] : https://github.com/natemcmaster/CommandLineUtils/issues/93
0 commit comments