interface
child_process.ExecSyncOptionsWithStringEncoding
interface ExecSyncOptionsWithStringEncoding
- stdio?: StdioOptions
Can be set to 'pipe', 'inherit, or 'ignore', or an array of these strings. If passed as an array, the first element is used for
stdin, the second forstdout, and the third forstderr. A fourth element can be used to specify thestdiobehavior beyond the standard streams. See ChildProcess.stdio for more information.