Skip to main content

run

Function run 

Source
pub fn run<I, T>(args: I) -> Result<()>
where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Expand description

Run the CLI over an explicit argument vector, including the program name.

The standalone binary and the pip install kglite wheel shim both call this entry point, so command parsing and behavior cannot drift.