Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
Dhelp.js35 .helpOption(false);
77 let helpOption;
79 helpOption = cmd.createOption(cmd._helpLongFlag, cmd._helpDescription);
81 helpOption = cmd.createOption(cmd._helpShortFlag, cmd._helpDescription);
83 helpOption = cmd.createOption(cmd._helpFlags, cmd._helpDescription);
85 visibleOptions.push(helpOption);
Dcommand.js2035 helpOption(flags, description) { method in Command
2110 …const helpOption = cmd._hasHelpOption && args.find(arg => arg === cmd._helpLongFlag || arg === cmd…
2111 if (helpOption) {
/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/
Dindex.d.ts846 helpOption(flags?: string | boolean, description?: string): this;
/third_party/node/test/fixtures/postject-copy/node_modules/commander/
DReadme.md39 - [.helpOption(flags, description)](#helpoptionflags-description)
891 ### .helpOption(flags, description)
897 .helpOption('-e, --HELP', 'read more information');
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4helpOption(e,t){if("boolean"==typeof e)return this._hasHelpOption=e,this;this._helpFlags=e||this._…