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.
2 parents 00d49bb + 4856534 commit a2dacc5Copy full SHA for a2dacc5
bin/cli.ts
@@ -173,11 +173,13 @@ program
173
.configureHelp({
174
sortSubcommands: true,
175
optionTerm: (option) => {
176
- if (option.flags === '-v, --version' || option.flags === '-h, --help') return '';
+ if (option.flags === '-v, --version' || option.flags === '-h, --help')
177
+ return '';
178
return option.flags;
179
},
180
optionDescription: (option) => {
181
182
183
return option.description;
184
185
})
0 commit comments