Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cmd ¶
type Cmd struct {
*Executor
Name string
Args []string
Stdin io.Reader
Stdout, Stderr io.Writer
NoLogs bool
}
func (*Cmd) CombinedOutput ¶
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
func NewExecutor ¶
func (*Executor) StartInteractive ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.