Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
type Cmd []string
Cmd is specified by a slice of strings, avoiding ambiguous argument specifications
type CmdRunOptions ¶
type CmdRunOptions struct {
RedirectStdin *os.File // default os.Stdin
RedirectStdout *os.File // default os.Stdout
RedirectStderr *os.File // default os.Stderr
AppendedArgs []string // useful for package install append package spec, []string{} or nil for none
WorkingDir string // change working directory, "" for use default
DoPCSubs bool // whether to do default PC subs
}
CmdRunOptions defines options for running a command
Click to show internal directories.
Click to hide internal directories.