mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
update messages for updated exec node
This commit is contained in:
parent
11ee1a7dcb
commit
08b8a8e3af
@ -147,12 +147,17 @@
|
|||||||
"command": "Command",
|
"command": "Command",
|
||||||
"append": "Append",
|
"append": "Append",
|
||||||
"timeout": "Timeout",
|
"timeout": "Timeout",
|
||||||
"timeoutplace": "optional"
|
"timeoutplace": "optional",
|
||||||
|
"return": "Output"
|
||||||
},
|
},
|
||||||
"placeholder": {
|
"placeholder": {
|
||||||
"extraparams": "extra input parameters"
|
"extraparams": "extra input parameters"
|
||||||
},
|
},
|
||||||
"spawn": "Use spawn() instead of exec()?"
|
"opt": {
|
||||||
|
"exec": "when the command is complete - exec mode",
|
||||||
|
"spawn": "while the command is running - spawn mode"
|
||||||
|
},
|
||||||
|
"oldrc": "Use old style output (compatibility mode)"
|
||||||
},
|
},
|
||||||
"function": {
|
"function": {
|
||||||
"label": {
|
"label": {
|
||||||
|
Loading…
Reference in New Issue
Block a user