Improvements and CHANGELOG for #651

This commit is contained in:
Andrey Nering
2022-02-19 19:31:27 -03:00
parent cfb665310e
commit b323531dd5
8 changed files with 103 additions and 100 deletions

View File

@@ -11,7 +11,6 @@ import (
"strings"
"syscall"
outputpkg "github.com/go-task/task/v3/internal/output"
"github.com/spf13/pflag"
"mvdan.cc/sh/v3/syntax"
@@ -73,7 +72,7 @@ func main() {
concurrency int
dir string
entrypoint string
output outputpkg.Style
output taskfile.Output
color bool
)