Interface ProcessIO
Source: shell.ts
Standard input, output, and error streams for a process.
Extended by
Properties
stdin
stdin:
Stream
The stream used to receive input data.
stdout
stdout:
Stream
The stream used to output standard data.
stderr
stderr:
Stream
The stream used to output error messages.