pub fn run(cli: Cli) -> Result<()>
Run the CLI. Returns Ok(()) on success; the caller maps Err to a process exit code.
Ok(())
Err