effect-io-ai

Package: @effect/platform
Module: Command

Command.pipeTo

Pipe one command to another command from left to right.

Conceptually, the equivalent of piping one shell command to another:

command1 | command2

Signature

declare const pipeTo: { (into: Command): (self: Command) => Command; (self: Command, into: Command): Command; }

Source

Since v1.0.0