Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrIncludedTaskfilesCantHaveDotenvs is returned when a included Taskfile contains dotenvs ErrIncludedTaskfilesCantHaveDotenvs = errors.New("task: Included Taskfiles can't have dotenv declarations. Please, move the dotenv declaration to the main Taskfile") )
Functions ¶
Types ¶
type ReaderNode ¶ added in v3.12.0
type ReaderNode struct { Dir string Entrypoint string Optional bool Parent *ReaderNode }
Click to show internal directories.
Click to hide internal directories.