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

x/powar/cli.ts>runCli

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

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

Parameters

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

Returns

Promise<void>