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:
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": {
|
||||
|
Reference in New Issue
Block a user