Function exec_cmd

Source
pub fn exec_cmd<S>(command: &[S]) -> Exec
where S: AsRef<OsStr>,
Expand description

Return a subprocess::Exec for a command.