Skip to content Added
- support for multiple command aliases, the first of which is shown in the auto-generated help (#531, #1236)
- configuration support in
addCommand() for hidden and isDefault (#1232)
Fixed
- omit masked help flags from the displayed help (#645, #1247)
- remove old short help flag when change help flags using
helpOption (#1248)
Changed
- remove use of
arguments to improve auto-generated help in editors (#1235)
- rename
.command() configuration noHelp to hidden (but not remove old support) (#1232)
- improvements to documentation
- update dependencies
- update tested versions of node
- eliminate lint errors in TypeScript (#1208)