pub fn simple_exec(
    desc: &str,
    command_path: &str,
    args: &[&str]
) -> Result<ExecOutput, Error>