mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
changes to add stdin support to the exec node
This commit is contained in:
@@ -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)"
|
||||
},
|
||||
|
Reference in New Issue
Block a user