Searched refs:helpOption (Results 1 – 5 of 5) sorted by relevance
| /plugin/asciidocjs/node_modules/nunjucks/bin/ |
| D | precompile | 17 .helpOption('-?, -h, --help', 'Display this help message')
|
| /plugin/asciidocjs/node_modules/commander/typings/ |
| D | index.d.ts | 340 helpOption(flags?: string, description?: string): this; method
|
| /plugin/asciidocjs/node_modules/commander/ |
| D | index.js | 1551 helpOption(flags, description) { method in Command 1687 const helpOption = args.find(arg => arg === cmd._helpLongFlag || arg === cmd._helpShortFlag); 1688 if (helpOption) {
|
| D | CHANGELOG.md | 20 - remove old short help flag when change help flags using `helpOption` ([#1248]) 253 * Add `.helpOption(flags, description)` routine to customise help flags and description ([#963]) 254 * e.g. `.helpOption('-e, --HELP', 'read more information')`
|
| D | Readme.md | 32 - [.helpOption(flags, description)](#helpoptionflags-description) 530 ### .helpOption(flags, description) 536 .helpOption('-e, --HELP', 'read more information');
|