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

x/powar/example/deps.ts>powar.runCli

A simple but powerful TypeScript-based dot-file manager.
Latest
function powar.runCli
import { powar } from "https://deno.land/x/powar@1.0.4/example/deps.ts";
const { runCli } = powar;

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

Parameters

global: GlobalConfig | ((settings: Settings) => GlobalConfig)

Returns

Promise<void>