effect-io-ai

Package: @effect/platform
Module: Command

Command.feed

Feed a string to standard input (default encoding of UTF-8).

Signature

declare const feed: { (input: string): (self: Command) => Command; (self: Command, input: string): Command; }

Source

Since v1.0.0