package
3.30.2-nuv.2309151614
Repository: https://github.com/nuvolaris/task.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
Merge merges the second Taskfile into the first.
# Constants
NamespaceSeparator contains the character that separates namespaces.
# Variables
ErrCantUnmarshalPrecondition is returned for invalid precond YAML.
No description provided by the author
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
IncludedTaskfile represents information about included taskfiles.
IncludedTaskfiles represents information about included tasksfiles.
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 represents a Taskfile.yml.
Tasks represents a group of tasks.
Var represents either a static or dynamic variable.
Vars is a string[string] variables map.