editors

package
v3.37.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2024 License: MIT Imports: 0 Imported by: 0

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 Task

type Task struct {
	Name     string    `json:"name"`
	Desc     string    `json:"desc"`
	Summary  string    `json:"summary"`
	Aliases  []string  `json:"aliases"`
	UpToDate bool      `json:"up_to_date"`
	Location *Location `json:"location"`
}

Task describes a single task

type Taskfile added in v3.23.0

type Taskfile struct {
	Tasks    []Task `json:"tasks"`
	Location string `json:"location"`
}

Taskfile wraps task list output for use in editor integrations (e.g. VSCode, etc)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL