pub fn exec_cmd<'a, I: IntoIterator<Item = &'a str> + Copy>( cmd: I, path: &Path, ) -> ProplateResult<()>