Documentation
¶
Overview ¶
Package runner provides utilities to execute commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Default ¶
type Default struct{}
Default is the Runner that executes the command by default.
func (*Default) CmdCombinedOutput ¶
CmdCombinedOutput executes the command and returns the command stdout and stderr.
Click to show internal directories.
Click to hide internal directories.