-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
Undocumented options for child_process.exec and execSync? #3387
Copy link
Copy link
Closed
Labels
child_processIssues and PRs related to the child_process subsystem.Issues and PRs related to the child_process subsystem.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Metadata
Metadata
Assignees
Labels
child_processIssues and PRs related to the child_process subsystem.Issues and PRs related to the child_process subsystem.docIssues and PRs related to the documentations.Issues and PRs related to the documentations.good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I assume that
execandexecSynchave the same set of options, but in the documentation some are missing:The
shelloption mentioned inchild_process.execis absent from theexecSyncdocumentation.Conversely, theEdit: Hm, I'm not sure if these are actually supported byinputandstdiooptions mentioned inchild_process.execSyncare absent from theexecdocumentation.exec. Strange.