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

Issue 813. Made watch interval configurable through global setting in Taskfile and through CLI arg.

Separated Taskfile param and Arg flag
This commit is contained in:
ilewin
2022-09-08 19:22:44 +02:00
parent 160b788198
commit 1c44d8049a
7 changed files with 122 additions and 1 deletions

View File

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