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

x/yxz/subprocess/mod.ts>run

Deno Standard Extensions
Latest
function run
Re-export
Deprecated
Deprecated

Use os/run instead.

import { run } from "https://deno.land/x/yxz@0.32.0/subprocess/mod.ts";

Spawns a subprocess to run cmd.

Parameters

cmd: string[]

An array of program arguments, the first of which is the binary

optional
opts: RunOptions = [UNSUPPORTED]