pub fn run_raw(req: &Value) -> Result<ExecResult, String>Expand description
Run a command to completion, returning raw captured output. Recognised
fields: program (required), args, cwd, env (string→string, merged
onto the inherited environment), stdin (UTF-8 fed to the child).