Comment by behnamoh

17 hours ago

I wish pipes would transfer more than just text to avoid re-parsing.

Pipes don't transfer text, they transfer a unformatted byte stream. The commands however do expect a particular format. There is going to be serialization/parsing regardless of the format the command expects. Even if it is an internal object format as found in powershell commands.