pub fn run_from<I, T>(args: I, cwd: impl AsRef<Path>) -> Result<String>where I: IntoIterator<Item = T>, T: Into<OsString> + Clone,