Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Location ¶ added in v3.23.0
type Location struct { Line int `json:"line"` Column int `json:"column"` Taskfile string `json:"taskfile"` }
Location describes a task's location in a taskfile
type Namespace ¶ added in v3.45.0
type Namespace struct { Tasks []Task `json:"tasks"` Namespaces map[string]*Namespace `json:"namespaces,omitempty"` Location string `json:"location,omitempty"` }
Namespace wraps task list output for use in editor integrations (e.g. VSCode, etc)
func (*Namespace) AddNamespace ¶ added in v3.45.0
Click to show internal directories.
Click to hide internal directories.