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

Merge pull request #563 from system-transparency/feature/interactive

Task: Add interactive parameter
This commit is contained in:
Andrey Nering
2021-09-26 21:40:50 -03:00
committed by GitHub
3 changed files with 10 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ func (e *Executor) compiledTask(call taskfile.Call, evaluateShVars bool) (*taskf
Vars: nil,
Env: nil,
Silent: origTask.Silent,
Interactive: origTask.Interactive,
Method: r.Replace(origTask.Method),
Prefix: r.Replace(origTask.Prefix),
IgnoreError: origTask.IgnoreError,