Skip to main content
Module

x/proc/mod.ts>RunOptions

A better way to work with processes in Deno.
Go to Latest
interface RunOptions
Re-export
import { type RunOptions } from "https://deno.land/x/proc@0.20.31/mod.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.