Up
Module
Reply
Signature
type
t = {
stdout
: string
;
stderr
: string
;
outcome
: [
| `error
of
string
| `success
]
;
}