You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yup, would be a nice test.
I think the way to go would be to check each input argument if it already is a pipe. No idea if there's an easy check for that.
stdout is often already a pipe. In this case it's possible to directly splice to it, without an intermediate pipe.
It may be interesting to compare that with the current implementation. I wouldn't expect much difference, but it may be interesting nonetheless.
The text was updated successfully, but these errors were encountered: