Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommandRunner ¶
func NewCommandRunner ¶
func NewCommandRunner(executable string, quiet bool) (CommandRunner, error)
func (CommandRunner) CombinedOutput ¶
func (r CommandRunner) CombinedOutput(command Command) ([]byte, error)
func (CommandRunner) Run ¶
func (r CommandRunner) Run(command Command) error
Click to show internal directories.
Click to hide internal directories.