ok/jj
1
0
Fork 0
forked from mirrors/jj

config: add merge-tools.<name>.edit-args to schema

This commit is contained in:
Yuya Nishihara 2023-02-06 19:56:41 +09:00
parent 605a39b84f
commit 2d17385d2e

View file

@ -228,6 +228,12 @@
"program": { "program": {
"type": "string" "type": "string"
}, },
"edit-args": {
"type": "array",
"items": {
"type": "string"
}
},
"merge-args": { "merge-args": {
"type": "array", "type": "array",
"items": { "items": {