effect-io-ai

Package: @effect/platform
Module: Command

Command.streamLines

Runs the command returning the output as an stream of lines with the specified encoding.

Signature

declare const streamLines: (command: Command, encoding?: string) => Stream<string, PlatformError, CommandExecutor>

Source

Since v1.0.0