Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
User string
Cmd []string
Env []string
WorkingDir string
Stdin io.Reader
Stdout io.Writer
Stderr io.Writer
Tty bool
}
Config configures an execution.
type ExitCodeError ¶
type ExitCodeError int
ExitCodeError is an error which represents a non-zero exit code.
func (ExitCodeError) Error ¶
func (e ExitCodeError) Error() string
Click to show internal directories.
Click to hide internal directories.