Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Location ¶
type Location struct {
Line int `json:"line"`
Column int `json:"column"`
Ritefile string `json:"taskfile"`
}
Location describes a task's location in a taskfile
type Namespace ¶
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 ¶
Click to show internal directories.
Click to hide internal directories.