I assume that exec and execSync have the same set of options, but in the documentation some are missing:
The shell option mentioned in child_process.exec is absent from the execSync documentation.
Conversely, the input and stdio options mentioned in child_process.execSync are absent from the exec documentation. Edit: Hm, I'm not sure if these are actually supported by exec. Strange.
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.