Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CmdRunner ¶
type CmdRunner interface {
SetError(cmdError CmdError)
RunCmd(name string, args ...string) (string, CmdError)
RunInNewRunner(name string, args ...string) (string, CmdError)
NewRunner() CmdRunner
LastError() CmdError
HasError() bool
}
func CreateCmdConsole ¶
func CreateCmdConsole() CmdRunner
func CreateFailFastCmdRunner ¶
Click to show internal directories.
Click to hide internal directories.