effect-io-ai

Package: @effect/platform
Module: Command

Command.CommandOutput

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>

Source

Since v1.0.0