Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

A better way to work with processes in Deno.
Very Popular
Go to Latest
interface ProcessStreamOptions
implements ProcessOptions<S>
import { type ProcessStreamOptions } from "https://deno.land/x/proc@0.21.0/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.