pub fn width() -> usizeExpand description
The width this process lays the help out at.
COLUMNS is read here and nowhere else in this binary, and only when the
command line carries --wide. The scan is over the raw arguments because
the answer is needed to build the tree that parses them: clap renders help
inside the parse, out of strings that were folded before it started.