Documentation
¶
Overview ¶
Package shell wraps shell execution
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompletedProcess ¶
type CompletedProcess struct {
Name string
Args []string
ReturnCode int
Stdout string
Stderr string
}
CompletedProcess represents a subshell execution that finished, and includes its arguments, return code, and standard buffers as strings.
Click to show internal directories.
Click to hide internal directories.