pub fn run() -> ExitCode
Process entry point. Parses argv, dispatches to the chosen subcommand, and returns the exit code. Prints error: <msg> to stderr on any CliError.
argv
error: <msg>
CliError