package shell

  1. Overview
  2. Docs
type t = {
  1. status : Status.t;
  2. stdout_tail : string;
  3. stderr_tail : string;
}