package taskfile
import "github.com/amonks/run/taskfile"
Package taskfile loads task definitions from TOML files.
Index
Functions
func Load
func Load(cwd string) (task.Library, error)
Load loads a task file from the specified directory, producing a Library.