Skip to main content
Module

x/proc/mod1.ts>RunOptions

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

Command options.

Properties

cmd: string[] | [URL, ...string[]]

The command to be run.

optional
cwd: string

The current working directory.

optional
env: { [key: string]: string; }

The process environment.