You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/json_schema.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2101,6 +2101,16 @@
2101
2101
"description": "Set the command text to be executed",
2102
2102
"type": "string"
2103
2103
},
2104
+
"useStdErr": {
2105
+
"description": "Set if stderr should be used instead of stdout for command output",
2106
+
"type": "boolean",
2107
+
"default": false
2108
+
},
2109
+
"parallel": {
2110
+
"description": "Set if the command should be executed in parallel with other commands\nMight improve performance when using multiple commands, but may cause issues with some commands",
0 commit comments