Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/yargs/lib/
Dusage.js172 const theWrap = getWrap()
174 width: theWrap,
175 wrap: !!theWrap
219 width: maxWidth(commands, theWrap, `${base$0}${parentCommands}`) + 4
305 { text: kswitch, padding: [0, 2, 0, 2], width: maxWidth(switches, theWrap) + 4 },
337 width: maxWidth(examples, theWrap) + 4
360 function maxWidth (table, theWrap, modifier) { argument
378 if (theWrap) width = Math.min(width, parseInt(theWrap * 0.5, 10))