Undocumented options for child_process.exec and execSync? #3387
Labels
child_process
Issues and PRs related to the child_process subsystem.
doc
Issues and PRs related to the documentations.
good first issue
Issues that are suitable for first-time contributors.
I assume that
exec
andexecSync
have the same set of options, but in the documentation some are missing:The
shell
option mentioned inchild_process.exec
is absent from theexecSync
documentation.Conversely, theEdit: Hm, I'm not sure if these are actually supported byinput
andstdio
options mentioned inchild_process.execSync
are absent from theexec
documentation.exec
. Strange.The text was updated successfully, but these errors were encountered: