File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
<!-- markdownlint-disable MD024 -->
9
9
<!-- markdownlint-disable MD004 -->
10
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
+
11
29
## [ 12.0.0-0] (2023-11-11)
12
30
13
31
### Fixed
You can’t perform that action at this time.
0 commit comments