effect-io-ai

Package: @effect/platform
Module: Command

Command.CommandInput

Configures the pipe that is established between the parent and child processes’ stdin stream.

Defaults to “pipe”

Signature

type CommandInput = "inherit" | "pipe" | Stream<Uint8Array, PlatformError>

Source

Since v1.0.0