1
0
mirror of https://github.com/go-task/task.git synced 2025-03-19 21:17:46 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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