Add status option to prevent task from running

Closes #27
This commit is contained in:
Andrey Nering
2017-05-17 14:37:11 -03:00
parent 86e0496555
commit 2a2dfce137
4 changed files with 58 additions and 0 deletions

1
testdata/status/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
*.txt

5
testdata/status/Taskfile.yml vendored Normal file
View File

@@ -0,0 +1,5 @@
gen-foo:
cmds:
- touch foo.txt
status:
- test -f foo.txt