Searched refs:requiredOption (Results 1 – 4 of 4) sorted by relevance
/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/ |
D | index.d.ts | 556 …requiredOption(flags: string, description?: string, defaultValue?: string | boolean | string[]): t… 557 …requiredOption<T>(flags: string, description: string, fn: (value: string, previous: T) => T, defau… 559 …requiredOption(flags: string, description: string, regexp: RegExp, defaultValue?: string | boolean…
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/ |
D | Readme.md | 333 You may specify a required (mandatory) option using `.requiredOption()`. The option must have a val… 339 .requiredOption('-c, --cheese <type>', 'pizza must have cheese'); 444 …method `.makeOptionMandatory()`. This matches the `Command` method [.requiredOption()](#required-o…
|
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/ |
D | command.js | 674 requiredOption(flags, description, fn, defaultValue) { method in Command
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 … this.addOption(s)}option(e,t,n,r){return this._optionEx({},e,t,n,r)}requiredOption(e,t,n,r){retur… method in t.detachNode.d
|