Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/esm/cli.js>sudo

A JavaScript extension package for building strong and modern applications.
Latest
function sudo
import { sudo } from "https://deno.land/x/ayonli_jsext@v0.9.72/esm/cli.js";

Executes a command with elevated privileges using sudo (or UAC in Windows).

Examples

Example 1

import { sudo } from "@ayonli/jsext/cli";

await sudo("apt", ["install", "build-essential"]);

Parameters

cmd
args
optional
options = [UNSUPPORTED]