UNPKG

@thi.ng/args

Version:

Declarative, functional & typechecked CLI argument/options parser, value coercions etc.

3 lines 229 B
import type { CLIAppConfig, CommandCtx } from "./api.js"; export declare const cliApp: <OPTS extends object, CTX extends CommandCtx<OPTS, OPTS>>(config: CLIAppConfig<OPTS, CTX>) => Promise<void>; //# sourceMappingURL=cli.d.ts.map