UNPKG

@donmccurdy/caporal

Version:

A full-featured framework for building command line applications (cli) with node.js

7 lines (6 loc) 176 B
/** * @packageDocumentation * @internal */ import type { Command } from "../command/index.js"; export declare function getOptsMapping(cmd: Command): Record<string, string>;