pub fn run<I, S>(args: I, stdout: &mut dyn Write, stderr: &mut dyn Write) -> i32Expand description
Runs the xr CLI with caller-supplied args + writers.
Resolves the default token-store path via Config::default_store_path
and delegates to run_with_store_path.