Documentation
¶
Index ¶
- Variables
- func GetExecutableDir() (string, error)
- func MakeCmdRunner(commands ...string) func() error
- func RunCmd(commands ...string) error
- func RunCmdCapture(commands ...string) (string, error)
- func RunShell(command string) error
- func RunShellWithContext(commandExecutionContext context.Context, command string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrCommandExecutionTimedOut = errors.New("command execution timed out") ErrCommandExecutionCanceled = errors.New("command execution canceled") )
Functions ¶
func GetExecutableDir ¶
func MakeCmdRunner ¶
func RunCmdCapture ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.