Module Ketrew_pure.Protocol.Process_sub_protocol.Command_output

module Command_output: sig .. end

type t = {
   id : string;
   stdout : string;
   stderr : string;
}