How to redirect the standard input, output and error IO of a process.
0
Pipe the IO so the parent process can read (or write) to the process IO through #input
, #output
or #error
.
1
Discards the IO.
2
Use the IO of the parent process.
Enum
Enum
Enum
Comparable(Enum)
Value
Object
Object
© 2012–2020 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0.
https://crystal-lang.org/api/0.35.1/Process/Redirect.html