changes to add stdin support to the exec node

This commit is contained in:
Gerrit Riessen
2024-09-13 16:12:55 +02:00
parent a16c72b6a8
commit fb4f515c6e
3 changed files with 48 additions and 4 deletions

View File

@@ -233,14 +233,18 @@
"stdout": "stdout",
"stderr": "stderr",
"retcode": "return code",
"winHide": "Hide console"
"winHide": "Hide console",
"as": "as"
},
"placeholder": {
"extraparams": "extra input parameters"
},
"opt": {
"exec": "when the command is complete - exec mode",
"spawn": "while the command is running - spawn mode"
"spawn": "while the command is running - spawn mode",
"parameter": "parameter",
"stdin": "stdin"
},
"oldrc": "Use old style output (compatibility mode)"
},