pub fn run<I>(args: I, cwd: &Path) -> Result<()>where I: IntoIterator<Item = OsString>,
Run kg with CLI arguments, printing the result to stdout.
This is the main entry point for the kg binary.