1
0
mirror of https://github.com/go-task/task.git synced 2025-11-25 22:32:55 +02:00

refactor: move flags into their own package (#1521)

* feat: move flags to their own package

* refactor: move flag validation into flags package
This commit is contained in:
Pete Davison
2024-02-28 18:12:19 -06:00
committed by GitHub
parent 5395921acc
commit d30539c17e
3 changed files with 198 additions and 171 deletions

View File

@@ -39,8 +39,8 @@ type Executor struct {
Taskfile *ast.Taskfile
Dir string
TempDir string
Entrypoint string
TempDir string
Force bool
ForceAll bool
Insecure bool