Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/yargs/build/lib/
Dusage.js166 const theWrap = getWrap();
168 width: theWrap,
169 wrap: !!theWrap,
208 width: maxWidth(commands, theWrap, `${base$0}${parentCommands}`) + 4,
342 width: maxWidth(switches, theWrap) + 4,
367 width: maxWidth(examples, theWrap) + 4,
383 function maxWidth(table, theWrap, modifier) { argument
391 if (theWrap)
392 width = Math.min(width, parseInt((theWrap * 0.5).toString(), 10));