Skip to main content

run

Function run 

Source
pub fn run<I, S>(args: I, stdout: &mut dyn Write, stderr: &mut dyn Write) -> i32
where I: IntoIterator<Item = S>, S: Into<OsString> + Clone,
Expand 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.