mirror of
https://github.com/go-task/task.git
synced 2025-11-25 22:32:55 +02:00
feat(task): tasks can be internal (not accessible from cli)
This commit is contained in:
@@ -57,6 +57,7 @@ func (e *Executor) compiledTask(call taskfile.Call, evaluateShVars bool) (*taskf
|
||||
Env: nil,
|
||||
Silent: origTask.Silent,
|
||||
Interactive: origTask.Interactive,
|
||||
Internal: origTask.Internal,
|
||||
Method: r.Replace(origTask.Method),
|
||||
Prefix: r.Replace(origTask.Prefix),
|
||||
IgnoreError: origTask.IgnoreError,
|
||||
|
||||
Reference in New Issue
Block a user