MCPcopy Create free account
hub / github.com/go-task/task / OutputGroup

Struct OutputGroup

taskfile/ast/output.go:54–57  ·  view source on GitHub ↗

OutputGroup is the style options specific to the Group style.

Source from the content-addressed store, hash-verified

52
53// OutputGroup is the style options specific to the Group style.
54type OutputGroup struct {
55 Begin, End string
56 ErrorOnly bool `yaml:"error_only"`
57}
58
59// IsSet returns true if and only if a custom output style is set.
60func (g *OutputGroup) IsSet() bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected