Function garden::cmd::exec_in_dir[][src]

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

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