We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5564634 commit f6985e0Copy full SHA for f6985e0
packages/cli/src/cliEntry.js
@@ -84,7 +84,7 @@ const addCommand = (command: CommandT, ctx: ContextT) => {
84
const options = command.options || [];
85
86
const cmd = commander
87
- .command(command.name, undefined, {noHelp: !command.description})
+ .command(command.name)
88
.description(command.description)
89
.action(function handleAction(...args) {
90
const passedOptions = this.opts();
0 commit comments