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