Function garden::cmd::exec_in_dir

source ·
pub fn exec_in_dir<P, S>(command: &[S], path: &P) -> Exec
where P: AsRef<Path> + AsRef<OsStr> + ?Sized, S: AsRef<OsStr>,
Expand description

Return a subprocess::Exec that runs a command in the specified directory.