Skip to main content

run

Function run 

Source
pub fn run() -> ExitCode
Expand 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).