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

Fix output "prefixed" option in schema.json (#1031)

Fix the output option to match implementation and documentation.
This commit is contained in:
pzloty
2023-03-02 14:42:11 +01:00
committed by GitHub
parent 1f4906244b
commit bc0554575a

View File

@@ -317,7 +317,7 @@
},
"outputString": {
"type": "string",
"enum": ["interleaved", "prefix", "group"],
"enum": ["interleaved", "prefixed", "group"],
"default": "interleaved"
},
"outputObject": {