pub fn run() -> ExitCodeExpand description
Parses argv and runs one command, mapping the result to a process exit
code. The binary’s main is a one-liner over this; the wiring itself is
run_parsed, which is unit-testable (only Cli::parse is not).