Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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]