mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
Fix output "prefixed" option in schema.json (#1031)
Fix the output option to match implementation and documentation.
This commit is contained in:
2
docs/static/schema.json
vendored
2
docs/static/schema.json
vendored
@@ -317,7 +317,7 @@
|
|||||||
},
|
},
|
||||||
"outputString": {
|
"outputString": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": ["interleaved", "prefix", "group"],
|
"enum": ["interleaved", "prefixed", "group"],
|
||||||
"default": "interleaved"
|
"default": "interleaved"
|
||||||
},
|
},
|
||||||
"outputObject": {
|
"outputObject": {
|
||||||
|
Reference in New Issue
Block a user