mirror of
https://github.com/go-task/task.git
synced 2026-07-01 08:34:19 +00:00
Improvements and CHANGELOG for #651
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user