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

x/proc/src/proc-iterable.ts>ProcIterOptions

A high-level way to run child processes that is easy, flexible, powerful, and prevents resource leaks.
Go to Latest
interface ProcIterOptions
import { type ProcIterOptions } from "https://deno.land/x/proc@0.20.6/src/proc-iterable.ts";

Command options.

Properties

readonly
optional
cwd: string

Current working directory.

readonly
optional
env: Record<string, string>

Environment variables.

stdin: PipeKinds
stdout: PipeKinds
stderr: PipeKinds