mirror of
https://github.com/go-task/task.git
synced 2026-06-28 23:24:25 +00:00
feat: add --failfast and failtest: true to control dependencies (#2525)
This commit is contained in:
@@ -110,6 +110,14 @@ task deploy --silent
|
||||
|
||||
### Execution Control
|
||||
|
||||
#### `-F, --failfast`
|
||||
|
||||
Stop executing dependencies as soon as one of them fails.
|
||||
|
||||
```bash
|
||||
task build --failfast
|
||||
```
|
||||
|
||||
#### `-f, --force`
|
||||
|
||||
Force execution even when the task is up-to-date.
|
||||
|
||||
Reference in New Issue
Block a user