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