Home
last modified time | relevance | path

Searched refs:requiredOption (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/fixtures/postject-copy/node_modules/commander/typings/
Dindex.d.ts556requiredOption(flags: string, description?: string, defaultValue?: string | boolean | string[]): t…
557requiredOption<T>(flags: string, description: string, fn: (value: string, previous: T) => T, defau…
559requiredOption(flags: string, description: string, regexp: RegExp, defaultValue?: string | boolean…
/third_party/node/test/fixtures/postject-copy/node_modules/commander/
DReadme.md333 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/
Dcommand.js674 requiredOption(flags, description, fn, defaultValue) { method in Command
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4 … 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