Treatment ioToString

cicd/data::ioToString


Inputs

⇥ stdio: Stream<byte>

Outputs

↦ lines: Stream<string>


Convert a byte stream from a process stdio into a stream of text lines.

Decodes stdio as UTF-8, splits on newlines, and trims trailing whitespace from each line, emitting them through lines.