Module Async_shell.Process
type t= Shell.Process.ttype status=[|`Timeout of Core.Time.Span.t|`Exited of int|`Signaled of Async.Signal.t]type result= Shell.Process.result={command : t;status : status;stdout : string;stderr : string;}
exceptionFailed of result