Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
A Runner runs commands with `os/exec.Cmd`s
func NewRunner ¶
func NewRunner( in io.Reader, out io.Writer, env []string, replacer Replacer, name string, args ...string) *Runner
NewRunner creates a new Runner
func (*Runner) HasConfigurationChanged ¶
HasConfigurationChanged returns true if the configuration, evaluated now, is different from the configuration that was used to initially run the command.
If the command is not running, HasConfigurationChanged returns false.
Click to show internal directories.
Click to hide internal directories.