Module Low_level_process.Command_result

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