Home
last modified time | relevance | path

Searched refs:helpOption (Results 1 – 5 of 5) sorted by relevance

/plugin/asciidocjs/node_modules/nunjucks/bin/
Dprecompile17 .helpOption('-?, -h, --help', 'Display this help message')
/plugin/asciidocjs/node_modules/commander/typings/
Dindex.d.ts340 helpOption(flags?: string, description?: string): this; method
/plugin/asciidocjs/node_modules/commander/
Dindex.js1551 helpOption(flags, description) { method in Command
1687 const helpOption = args.find(arg => arg === cmd._helpLongFlag || arg === cmd._helpShortFlag);
1688 if (helpOption) {
DCHANGELOG.md20 - 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')`
DReadme.md32 - [.helpOption(flags, description)](#helpoptionflags-description)
530 ### .helpOption(flags, description)
536 .helpOption('-e, --HELP', 'read more information');