Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/commander/
Dindex.js1407 return pad(flags, width) + ' ' + optionalWrap(description, descriptionWidth, width + 2);
1453 … return (desc ? pad(cmd[0], width) : cmd[0]) + optionalWrap(desc, descriptionWidth, width + 2);
1667 function optionalWrap(str, width, indent) { function