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

x/powar/mod.ts>runCli

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

Run powar-ts on CLI mode, which parses the settings from the command line arguments.

Parameters

global: (settings: Settings) => GlobalConfig

Returns

Promise<void>