mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
Make status checks respect task and global silent mode (#1107)
This commit is contained in:
committed by
GitHub
parent
09c9094a6b
commit
1b30c9dbca
9
testdata/status/Taskfile.yml
vendored
9
testdata/status/Taskfile.yml
vendored
@@ -14,5 +14,12 @@ tasks:
|
||||
- touch bar.txt
|
||||
sources:
|
||||
- ./bar.txt
|
||||
status:
|
||||
status:
|
||||
- test 1 = 1
|
||||
|
||||
gen-silent-baz:
|
||||
silent: true
|
||||
cmds:
|
||||
- touch baz.txt
|
||||
sources:
|
||||
- ./baz.txt
|
||||
|
Reference in New Issue
Block a user