UNPKG

commandzen

Version:

A command-line argument parsing library that allows for quick and easy parsing of command-line arguments.

6 lines (5 loc) 186 B
import { Command } from "./Command"; export declare class CommandRunner { private constructor(); static run(command: Command, options: Record<string, string | boolean>): void; }