import { CommandChild } from "https://deno.land/x/pup@1.0.0-rc.7/deps.ts";
Constructors
new
CommandChild(executor: (resolve: (value: CommandResult) => void, reject: (reason?: any) => void) => void, options?: { pipedStdoutBuffer: PipedBuffer | undefined; pipedStderrBuffer: PipedBuffer | undefined; abortController: AbortController | undefined; })Methods
abort(): void
Cancels the executing command if able.
stderr(): ReadableStream<Uint8Array>
stdout(): ReadableStream<Uint8Array>