1
0
mirror of https://github.com/go-task/task.git synced 2025-06-15 00:15:10 +02:00

Merge branch 'master' into aliases

This commit is contained in:
Andrey Nering
2022-10-14 18:44:56 -03:00
14 changed files with 148 additions and 7 deletions

View File

@ -42,6 +42,7 @@ type Executor struct {
Parallel bool
Color bool
Concurrency int
Interval string
Stdin io.Reader
Stdout io.Writer