1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

Merge branch 'master' into master

This commit is contained in:
Andrey Nering
2018-08-05 11:32:07 -03:00
committed by GitHub
6 changed files with 44 additions and 1 deletions

View File

@@ -635,6 +635,11 @@ tasks:
- echo "This will print nothing" > /dev/null
```
## Dry Run Mode
Dry run mode (`--dry`) compiles and steps through each task, printing the commands
that would be run without executing them. This is useful for debugging your Taskfiles.
## Ignore errors
You have the option to ignore errors during command execution.