Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/yargs/build/lib/
Dcompletion.js65 const negable = !!options.configuration['boolean-negation'] &&
69 !this.argsContainKey(args, argv, key, negable)) {
71 if (negable && !!options.default[key])
107 argsContainKey(args, argv, key, negable) { argument
110 if (negable && args.indexOf(`--no-${key}`) !== -1)