pub fn run_cli<I, T>(arguments: I) -> i32Expand description
Run the CLI over process-style arguments (argv[0] included).
Returns the process exit code. All output goes to the process stdout
and stderr exactly as the standalone binary would print it: --help
and --version exit 0, argument errors exit 2, command failures
print error: ... and exit 1.