import { StringAsyncIterableOutputHandler } from "https://deno.land/x/proc@0.20.5/legacy/runners/handlers/string-asynciterable-handlers.ts";
Return stdout
as an iterable over the lines.
Methods
processOutput(): AsyncIterableIterator<string>
stdout: MultiCloseReader,
stderr: MultiCloseReader,
process: MultiCloseProcess,
input: { stdin: MultiCloseWriter; handlerResult: Promise<null | Error>; },