Skip to main content

run

Function run 

Source
pub fn run() -> i32
Expand description

Parse arguments and run the chosen subcommand, returning the process exit code. clap handles --help/--version (exit 0) and usage errors (exit 2) itself before this returns.