# 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 | Bluesky | Mastodon | Discord
Gold Sponsors
|
# Functions
No description provided by the author
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.
No description provided by the author
# Constants
MaximumTaskCall is the max number of times a task can be called.
# Variables
ErrPreconditionFailed is returned when a precondition fails.
# Structs
Executor executes a Taskfile.
ListOptions collects list-related options.
No description provided by the author
# Type aliases
No description provided by the author