Package: @effect/platform
Module: Command
Configures the pipes that are established between the parent and child
processes stderr and stdout streams.
Defaults to “pipe”
Signature
type CommandOutput = "inherit" | "pipe" | Sink<Uint8Array, Uint8Array>
Since v1.0.0