Skip to main content
Module

std/node/child_process.ts>exec

Deno standard library
Go to Latest
function exec
import { exec } from "https://deno.land/std@0.158.0/node/child_process.ts";

Spawns a shell executing the given command.

Parameters

command: string

Parameters

command: string
options: ExecOptions

Parameters

command: string
callback: ExecCallback

Parameters

command: string
options: ExecOptions
callback: ExecCallback