1
0
mirror of https://github.com/go-task/task.git synced 2025-05-17 22:32:40 +02:00
Tobias Salzmann 108cb91d95 IgnoreError
* Document ignore_error
* ignore_error only for commands
2018-08-01 10:44:53 +02:00

8 lines
104 B
Go

package taskfile
// Call is the parameters to a task call
type Call struct {
Task string
Vars Vars
}