pub fn run<A, T>(args: A) -> Result<()>where A: IntoIterator<Item = T>, T: Into<OsString> + Clone,
Run the program and report errors, if any.