Skip to main content
Module

x/2exec/2exec.ts>exec

A super simple and reliable 💪 shell execution library for Deno
Latest
function exec
import { exec } from "https://deno.land/x/2exec@v1.0.0/2exec.ts";

Parameters

command: string
optional
options: Options = [UNSUPPORTED]

Returns

Promise<string>