Module Process.Command_result

module Command_result: sig .. end

type t = {
   status :Process.Status.t;
   stdout_tail :string;
   stderr_tail :string;
}