Versions in this module Expand all Collapse all v3 v3.12.2 May 6, 2022 v3.12.1 May 6, 2022 Changes in this version + const MaximumTaskCall + var ErrPreconditionFailed = errors.New("task: precondition not met") + var ErrTaskfileAlreadyExists = errors.New("task: A Taskfile already exists") + func InitTaskfile(w io.Writer, dir string) error + type Executor struct + Color bool + Compiler compiler.Compiler + Concurrency int + Dir string + Dry bool + Entrypoint string + Force bool + Logger *logger.Logger + Output output.Output + OutputStyle taskfile.Output + Parallel bool + Silent bool + Stderr io.Writer + Stdin io.Reader + Stdout io.Writer + Summary bool + Taskfile *taskfile.Taskfile + Verbose bool + Watch bool + func (e *Executor) CompiledTask(call taskfile.Call) (*taskfile.Task, error) + func (e *Executor) FastCompiledTask(call taskfile.Call) (*taskfile.Task, error) + func (e *Executor) GetHash(t *taskfile.Task) (string, error) + func (e *Executor) ListAllTasks() + func (e *Executor) ListTaskNames(allTasks bool) + func (e *Executor) ListTasksWithDesc() + func (e *Executor) Run(ctx context.Context, calls ...taskfile.Call) error + func (e *Executor) RunTask(ctx context.Context, call taskfile.Call) error + func (e *Executor) Setup() error + func (e *Executor) Status(ctx context.Context, calls ...taskfile.Call) error + type MaximumTaskCallExceededError struct + func (e *MaximumTaskCallExceededError) Error() string Other modules containing this package github.com/siggimoo/task