Searched refs:optionalWrap (Results 1 – 1 of 1) sorted by relevance
1407 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