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.
Go to Latest
function powar.runCli
import { powar } from "https://deno.land/x/powar@1.0.2/example/deps.ts";
const { runCli } = powar;

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

Parameters

global: (settings: Settings) => GlobalConfig

Returns

Promise<void>