pub fn run<I>(args: I, cwd: Result<PathBuf>) -> Result<String, String>where I: IntoIterator<Item = OsString>,