# Functions
NewIncludes creates a new instance of Includes and initializes it with the provided set of elements, if any.
No description provided by the author
No description provided by the author
NewTasks creates a new instance of Tasks and initializes it with the provided set of elements, if any.
NewVars creates a new instance of Vars and initializes it with the provided set of elements, if any.
# Constants
NamespaceSeparator contains the character that separates namespaces.
# Variables
ErrIncludedTaskfilesCantHaveDotenvs is returned when a included Taskfile contains dotenvs.
No description provided by the author
# Structs
Call is the parameters to a task call.
Cmd is a task command.
Dep is a task dependency.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Output of the Task output.
OutputGroup is the style options specific to the Group style.
Platform represents GOOS and GOARCH values.
Precondition represents a precondition necessary for a task to run.
Requires represents a set of required variables necessary for a task to run.
Task represents a task.
Taskfile is the abstract syntax tree for a Taskfile.
No description provided by the author
A TaskfileVertex is a vertex on the Taskfile DAG.
No description provided by the author
Var represents either a static or dynamic variable.
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author