UNPKG

cmd-ts

Version:

> 💻 A type-driven command line argument parser, with awesome error reporting 🤤

4 lines (3 loc) • 226 B
import type { ArgParser } from './argparser'; import type { Descriptive, Displayed, ProvidesHelp } from './helpdoc'; export declare function rest(config?: Partial<Displayed & Descriptive>): ArgParser<string[]> & ProvidesHelp;