Skip to main content

run

Function run 

Source
pub fn run<I>(args: I, cwd: &Path) -> Result<()>
where I: IntoIterator<Item = OsString>,
Expand description

Run kg with CLI arguments, printing the result to stdout.

This is the main entry point for the kg binary.