Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pup/deps.ts>CommandChild

Universal process manager built in Deno
Go to Latest
class CommandChild
extends Promise<CommandResult>
import { CommandChild } from "https://deno.land/x/pup@1.0.0-beta.23/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

Cancels the executing command if able.