pub fn run() -> ExitCode
Entry point: derive the tool name from argv[0], dispatch, and map failures to an error exit code. The binary’s main is a thin wrapper over this.
argv[0]
main