Up

Module Command_result

Signature

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