mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
Add "output" option to Taskfile to control how stuff are printed to stdout/stderr
First step for #104
This commit is contained in:
9
internal/output/output.go
Normal file
9
internal/output/output.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package output
|
||||
|
||||
import (
|
||||
"io"
|
||||
)
|
||||
|
||||
type Output interface {
|
||||
WrapWriter(io.Writer) io.WriteCloser
|
||||
}
|
Reference in New Issue
Block a user