Skip to main content

command_at

Function command_at 

Source
pub fn command_at(width: usize) -> Command
Expand description

The same tree, laid out at a width the caller states.

Every string it carries is folded to width before clap sees it, and clap folds nothing, so this number and the strings are the whole of the layout. command is this at paint::WIDTH unless the command line carries --wide.