You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could also limit the documentation of those options:
Only document: 'pipe', 'ignore', 'inherit'
Do not fully document'overlapped', 'ipc', Node.js stream, file descriptor integer, null/undefined (as an alias for 'pipe'), file descriptors beyond 0/1/2. Only include a link to the Node.js documentation, saying that those values are also available (but not fully documented).
What do you think?
The text was updated successfully, but these errors were encountered:
Breaking down the
stdio
option into 3 options (stdin
/stdout
/stderr
) is quite a nice thing. Also, it should be fairly short to implement.We could also limit the documentation of those options:
'pipe'
,'ignore'
,'inherit'
'overlapped'
,'ipc'
, Node.js stream, file descriptor integer,null
/undefined
(as an alias for'pipe'
), file descriptors beyond 0/1/2. Only include a link to the Node.js documentation, saying that those values are also available (but not fully documented).What do you think?
The text was updated successfully, but these errors were encountered: