-
Notifications
You must be signed in to change notification settings - Fork 738
Closed
Labels
execIssues specific to the shell.exec() APIIssues specific to the shell.exec() APIhigh prioritysecurity
Milestone
Description
I've found that I end up doing a lot of messy string concatenation with exec()
commands. It would be nice to allow multiple string arguments that would be joined together with a space, such as:
exec('npm', 'run-script', 'test'); // run "npm run-script test"
This could easily be backwards compatible with the current function since only the first argument is currently a string.
binki and zhihuilai
Metadata
Metadata
Assignees
Labels
execIssues specific to the shell.exec() APIIssues specific to the shell.exec() APIhigh prioritysecurity