MCPcopy
hub / github.com/go-task/task / Include

Struct Include

taskfile/ast/include.go:17–29  ·  view source on GitHub ↗

Include represents information about included taskfiles

Source from the content-addressed store, hash-verified

15type (
16 // Include represents information about included taskfiles
17 Include struct {
18 Namespace string
19 Taskfile string
20 Dir string
21 Optional bool
22 Internal bool
23 Aliases []string
24 Excludes []string
25 AdvancedImport bool
26 Vars *Vars
27 Flatten bool
28 Checksum string
29 }
30 // Includes is an ordered map of namespaces to includes.
31 Includes struct {
32 om *orderedmap.OrderedMap[string, *Include]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected