module Process:sig..end
typet =Core_extended.Shell.Process.t
typestatus =[ `Exited of int
| `Signaled of Async.Std.Signal.t
| `Timeout of Core_extended.Std.Time.Span.t ]
typeresult =Core_extended.Shell.Process.result= {
|
command : |
|
status : |
|
stdout : |
|
stderr : |
exception Failed of result
val status_to_string : status -> string
val format_failed : result -> string