Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/powar/execute.ts>execute

A simple but powerful TypeScript-based dot-file manager.
Go to Latest
function execute
import { execute } from "https://deno.land/x/powar@1.0.1/execute.ts";

Execute the given command in the shell.

Parameters

command: string
optional
opts: ExecOpts

Returns

Promise<Output>