Private.CmdExecuting commands.
val run : t -> (unit, int * string) Stdlib.resultrun 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.resultrun cmd runs the command cmd and reads its standard input. In case of error returns the command's exit code and an error message.