modulepackage
3.30.2-nuv.2309151614
Repository: https://github.com/nuvolaris/task.git
Documentation: pkg.go.dev
# README
Task
Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.
Installation | Documentation | Twitter | Mastodon | Discord
Gold Sponsors
# Functions
FilterOutInternal removes all tasks that are marked as internal.
FilterOutNoDesc removes all tasks that do not contain a description.
InitTaskfile Taskfile creates a new Taskfile.
NewListOptions creates a new ListOptions instance.
# Constants
MaximumTaskCall is the max number of times a task can be called.
# Variables
ErrPreconditionFailed is returned when a precondition fails.
# Type aliases
No description provided by the author