mirror of
https://github.com/go-task/task.git
synced 2025-06-29 00:51:43 +02:00
feat: invert call.Direct (#1459)
This commit is contained in:
@ -2,8 +2,8 @@ package ast
|
||||
|
||||
// Call is the parameters to a task call
|
||||
type Call struct {
|
||||
Task string
|
||||
Vars *Vars
|
||||
Silent bool
|
||||
Direct bool // Was the task called directly or via another task?
|
||||
Task string
|
||||
Vars *Vars
|
||||
Silent bool
|
||||
Indirect bool // True if the task was called by another task
|
||||
}
|
||||
|
Reference in New Issue
Block a user