Searched refs:helpOption (Results 1 – 5 of 5) sorted by relevance
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
D | help.js | 35 .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);
|
D | command.js | 2035 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/ |
D | index.d.ts | 846 helpOption(flags?: string | boolean, description?: string): this;
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/ |
D | Readme.md | 39 - [.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/ |
D | asciidoctor-chunker.js | 4 …helpOption(e,t){if("boolean"==typeof e)return this._hasHelpOption=e,this;this._helpFlags=e||this._…
|