Documentation
Index ¶
Constants ¶
View Source
const (
DefaultExitCodeOnError = 128
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cmd ¶
type Cmd struct { ExecCmd *exec.Cmd // stdin/stdout set when created with tty enabled TtyInput io.WriteCloser TtyOutput io.ReadCloser // contains filtered or unexported fields }