Documentation
¶
Index ¶
- type Result
- type Runner
- func (c *Runner) Debugf(format string, args ...interface{})
- func (c *Runner) Errorf(format string, args ...interface{})
- func (c *Runner) Infof(format string, args ...interface{})
- func (c *Runner) RunCommand(name string, args ...string) Result
- func (c *Runner) RunCommandQuiet(name string, args ...string) Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
ColorOutput bool
}
Runner provides command execution with optional colored output
func NewCommandRunner ¶
NewCommandRunner creates a new CommandRunner
func (*Runner) RunCommand ¶
RunCommand executes a command and returns the result
Click to show internal directories.
Click to hide internal directories.