pub fn run<I, T>(args: I) -> Result<()>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.