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