Versions in this module Expand all Collapse all v1 v1.0.1 Jul 9, 2026 Changes in this version + type Command struct + func (c *Command) AllowFail() *Command + func (c *Command) AsDaemon(name string) *Command + func (c *Command) Dir(dir string) *Command + func (c *Command) Env(key, value string) *Command + func (c *Command) Run(format string, args ...any) *CommandResult + type CommandResult struct + func (r *CommandResult) Output() string + type Config struct + CleanupFunc func() + CleanupOnFailure bool + DefaultEnvironmentVariables []string + DefaultWaitTimeout int + type TaskRunner struct + Config *Config + File fileOps + Log logger + func GetTaskRunner() *TaskRunner + func (t *TaskRunner) Cleanup() + func (t *TaskRunner) Cmd() *Command + func (t *TaskRunner) EnableAbortForKeystrokeControlPlusC() + func (t *TaskRunner) ExitWithError() + func (t *TaskRunner) PromptForContinuation(prompt string) + func (t *TaskRunner) WaitForWebPageToBeReady(targetUrl string) + func (t *TaskRunner) WaitUntilPortIsReady(port string)