Searched refs:Yargs (Results 1 – 9 of 9) sorted by relevance
| /plugin/asciidocjs/node_modules/yargs/ |
| D | yargs | 3 const {applyExtends, cjsPlatformShim, Parser, Yargs, processArgv} = require('./build/index.cjs') 4 Yargs.applyExtends = (config, cwd, mergeExtends) => { 7 Yargs.hideBin = processArgv.hideBin 8 Yargs.Parser = Parser 9 module.exports = Yargs
|
| D | browser.mjs | 5 const Yargs = YargsFactory(browserPlatformShim); constant 7 export default Yargs;
|
| D | index.mjs | 7 const Yargs = YargsFactory(esmPlatformShim); constant 8 export default Yargs;
|
| D | index.cjs | 5 const {Yargs, processArgv} = require('./build/index.cjs'); 12 const argv = Yargs(processArgs, cwd, require);
|
| D | README.md | 4 <h1 align="center"> Yargs </h1> 6 <b >Yargs be a node.js library fer hearties tryin' ter parse optstrings</b> 19 Yargs helps you build interactive command line tools, by parsing arguments and generating an elegan… 172 * [Yargs' API](/docs/api.md) 184 * [Customizing Yargs' Parser](/docs/advanced.md#customizing)
|
| /plugin/asciidocjs/node_modules/@asciidoctor/cli/lib/ |
| D | options.js | 2 const Yargs = require('yargs/yargs') constant 123 const yargs = Yargs()
|
| /plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/ |
| D | README.md | 4 Yargs be a node.js library fer hearties tryin' ter parse optstrings. 13 > Yargs is the official successor to optimist. Please feel free to submit issues and pull requests.… 112 Yargs even counts your booleans! 280 Yargs is here to help you... 283 Ye can describe parameters fer help messages and set aliases. Yargs figures
|
| D | CHANGELOG.md | 149 …rgs/commit/bef74fcddc1544598a804f80d0a3728459f196bf) Informing users that Yargs is the official op…
|
| /plugin/asciidocjs/node_modules/yargs/build/ |
| D | index.cjs | 1 …t ae=require("yargs-parser");var he,le={applyExtends:n,cjsPlatformShim:re,Yargs:(he=re,(t=[],e=he.…
|