Command: Adds splitLines option

This commit is contained in:
李通洲
2025-11-17 11:01:32 +08:00
parent 1b5b32afad
commit cd8ab8e55a
3 changed files with 53 additions and 7 deletions
+5
View File
@@ -2111,6 +2111,11 @@
"type": "boolean",
"default": true
},
"splitLines": {
"description": "Set if the command output should be split into multiple lines",
"type": "boolean",
"default": false
},
"key": {
"$ref": "#/$defs/key"
},