fix: print prefix when task is up-to-date and output-style is prefixed (#2633)

This commit is contained in:
Timothy Rule
2026-01-18 12:42:18 +01:00
committed by GitHub
parent fb784f4e3d
commit d5f071c096
5 changed files with 35 additions and 1 deletions

7
testdata/prefix_uptodate/Taskfile.yml vendored Normal file
View File

@@ -0,0 +1,7 @@
version: '3'
tasks:
foo:
prefix: "foobar"
status:
- echo "I'm ok"

View File

@@ -0,0 +1 @@
task: Task "foo" is up to date

View File

@@ -0,0 +1 @@
task: Task "foobar" is up to date