Function origen::utility::command_helpers::exec[][src]

pub fn exec<S: Into<String> + Clone>(
    cmd: Vec<S>,
    capture: bool,
    timeout: Option<Duration>,
    cd: Option<PathBuf>,
    add_env: Option<HashMap<String, String>>,
    remove_env: Option<Vec<String>>,
    clear_env: bool
) -> Result<ExecResult>