Skip to content

Commit

Permalink
Fix showHelpAfterError typo in CHANGELOG (#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle authored Aug 13, 2024
1 parent 6c38135 commit 4e87829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ A couple of configuration problems now throw an error, which will pick up issues
- *Breaking:* `CommanderError` code `commander.invalidOptionArgument` renamed `commander.invalidArgument` ([#1508])
- *Breaking:* TypeScript declaration for `.addTextHelp()` callback no longer allows result of `undefined`, now just `string` ([#1516])
- refactor `index.tab` into a file per class ([#1522])
- remove help suggestion from "unknown command" error message (see `.showHelpAfteError()`) ([#1534])
- remove help suggestion from "unknown command" error message (see `.showHelpAfterError()`) ([#1534])
- `Command` property `.arg` initialised to empty array (was previously undefined) ([#1529])
- update dependencies

Expand Down

0 comments on commit 4e87829

Please sign in to comment.