effect-io-ai

Package: @effect/platform
Module: Command

Command.stdin

Specify the standard input stream for a command.

Signature

declare const stdin: { (stdin: Command.Input): (self: Command) => Command; (self: Command, stdin: Command.Input): Command; }

Source

Since v1.0.0