Package: @effect/platform
Module: Command
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>
Since v1.0.0