Module

std/node/child_process.ts>exec

Deno standard library
Go to Latest
function exec
import { exec } from "https://dotland.deno.dev/std@0.177.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