pub fn run_from<I, T>(args: I) -> Result<i32>where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,