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

x/proc/tools/deps/proc.ts>ProcessStreamOptions

A better way to work with processes in Deno.
Go to Latest
interface ProcessStreamOptions
implements ProcessOptions<S>
import { type ProcessStreamOptions } from "https://deno.land/x/proc@0.21.9/tools/deps/proc.ts";

Command options.

Properties

optional
stdin: PipeKinds

Pipe kind for stdin.

optional
stdout: PipeKinds

Pipe kind for stdout.

optional
stderr: PipeKinds

Pipekind for stderr.