We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09244af commit eed665dCopy full SHA for eed665d
CHANGELOG.md
@@ -8,6 +8,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
<!-- markdownlint-disable MD024 -->
9
<!-- markdownlint-disable MD004 -->
10
11
+## [12.0.0-1] (2024-01-20)
12
+
13
+### Added
14
15
+- `.addHelpOption()` as another way of configuring built-in help option
16
+- `.helpCommand()` for configuring built-in help command
17
18
+### Changed
19
20
+- `.addHelpCommand()` now takes a Command (passing string or boolean still works as before but deprecated)
21
+- refactor internal implementation of built-in help option
22
+- refactor internal implementation of built-in help command
23
24
+### Deprecated
25
26
+- `.addHelpCommand()` passing string or boolean (use `.helpCommand()` or pass a Command)
27
28
29
## [12.0.0-0] (2023-11-11)
30
31
### Fixed
0 commit comments