Module Git.Output

type t = {
  1. exit_code : int;
  2. stdout : string;
  3. stderr : string;
}
val sexp_of_t : t -> Volgo_stdlib.Sexp.t
module Private : sig ... end