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

x/yxz/index.ts>subprocess.run

Deno Standard Extensions
Go to Latest
function subprocess.run
Re-export
import { subprocess } from "https://deno.land/x/yxz@0.17.0/index.ts";
const { run } = subprocess;

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]