Skip to main content
Module

x/execute/mod.ts>ExecOptions

Execute and get the output of a shell or bash command in Deno.
Latest
type alias ExecOptions
import { type ExecOptions } from "https://deno.land/x/execute@v1.1.0/mod.ts";
definition: Omit<Deno.RunOptions, "stdout" | "stderr">