Function run

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

Run the program and report errors, if any.