Implement &| (Stdout + Stderr Piping)
At the moment, &|
is equivalent to ^|
, in that it only maps stderr, instead of both stdout and stderr. This will be important to resolve before the 1.1 release.
At the moment, &|
is equivalent to ^|
, in that it only maps stderr, instead of both stdout and stderr. This will be important to resolve before the 1.1 release.