mirror of
https://github.com/go-task/task.git
synced 2026-06-29 07:34:18 +00:00
Add ability to set error_only: true on the group output mode
This commit is contained in:
@@ -53,6 +53,7 @@ func (s *Output) UnmarshalYAML(node *yaml.Node) error {
|
||||
// OutputGroup is the style options specific to the Group style.
|
||||
type OutputGroup struct {
|
||||
Begin, End string
|
||||
ErrorOnly bool `yaml:"error_only"`
|
||||
}
|
||||
|
||||
// IsSet returns true if and only if a custom output style is set.
|
||||
|
||||
Reference in New Issue
Block a user