pub(crate) async fn run_from_iter<I>(args: I) -> Result<()>where I: IntoIterator, I::Item: Into<OsString> + Clone,