1
0
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:
Mads Høgstedt Danquah
2023-04-06 03:18:58 +02:00
committed by GitHub
parent 09c9094a6b
commit 1b30c9dbca
3 changed files with 50 additions and 2 deletions

View File

@@ -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