Module Low_level_process.Command_resultSource

Sourcetype t = {
  1. status : Status.t;
  2. stdout_tail : string;
  3. stderr_tail : string;
}