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