UNPKG

brocolito

Version:

Create type-safe CLIs to align local development and pipeline workflows

6 lines (5 loc) 176 B
import { type Command } from "./types.ts"; export declare const _getHelp: (command?: Command) => string; export declare const Help: { show: (command?: Command) => void; };