pub fn run() -> i32
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.
--help
--version