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:
parent
1f4906244b
commit
bc0554575a
2
docs/static/schema.json
vendored
2
docs/static/schema.json
vendored
@ -317,7 +317,7 @@
|
||||
},
|
||||
"outputString": {
|
||||
"type": "string",
|
||||
"enum": ["interleaved", "prefix", "group"],
|
||||
"enum": ["interleaved", "prefixed", "group"],
|
||||
"default": "interleaved"
|
||||
},
|
||||
"outputObject": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user