Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Indexer = &just{ files: make(map[string]string), }
View Source
var NoJustError = errors.New("no just in $PATH but source contains justfile")
Functions ¶
func ParseOutput ¶
Types ¶
type Hydrated ¶
type Hydrated struct {
runner.BaseHydration[*Target]
}
func (*Hydrated) Description ¶
func (h *Hydrated) Description(src *model.HydratedSource) string
type Target ¶
type Target struct {
runner.BaseTarget
Category string
}
Click to show internal directories.
Click to hide internal directories.