Module Process.Output

type t = {
  1. exit_status : Exit.t;
  2. stdout : string list;
  3. stderr : string list;
}