fs2
fs2 copied to clipboard
More configuration for `Process` stdin/stdout/stderr streams
Follow up to:
- https://github.com/typelevel/fs2/pull/3149#issuecomment-1445226409
The idea is to support various sinks/sources for streams related to a Process. For example, merging stderr into stdout, or reading/writing to a file.
Hey I would like to work on this issue. Can you give a little more background on the problem From what I understand we have to use the redirectErrorStream funtion to io/jvm-native/src/main/scala/fs2/io/process/ProcessesPlatform.scala for merging the stderr and stdout