UNPKG

@thi.ng/args

Version:

Declarative, functional CLI argument/options parser, app framework, arg value coercions, multi/sub-commands, usage generation, error handling etc.

4 lines 244 B
import type { IObjectOf } from "@thi.ng/api"; import { type Args, type UsageOpts } from "./api.js"; export declare const usage: <T extends IObjectOf<any>>(specs: Args<T>, opts?: Partial<UsageOpts>) => string; //# sourceMappingURL=usage.d.ts.map