Private.Cmd
Executing commands.
val run : t -> (unit, int * string) Stdlib.result
run cmd
runs the command cmd
. In case of error returns the command's exit code and an error message.
val read : t -> (string, int * string) Stdlib.result
run cmd
runs the command cmd
and reads its standard input. In case of error returns the command's exit code and an error message.