node-red-nodes
node-red-nodes copied to clipboard
node-red-daemon append arguments
- [ ] Bugfix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
Proposed changes
Added the possibility of specifying additional arguments when manually starting the process with msg.start
. Arguments specified in msg.args
will be appended to the arguments already configured. This allows for template commands.
Checklist
- [x] I have read the contribution guidelines
- [ ] For non-bugfix PRs, I have discussed this change on the forum/slack team.
- [ ] I have run
grunt
to verify the unit tests pass - [ ] I have added suitable unit tests to cover the new/changed functionality
The committers listed above are authorized under a signed CLA.
- :white_check_mark: login: kaffetorsk (99827f5019e1edcaab0e518a390ee6114ba7d695, 509da7f15248491bec7686552ec1a4a78c3cd1ae, 1a5da16c6e2091413eb78fde881649743020dd3f)
Nice one - thanks