UNPKG

peowly-commands

Version:

Helper for handling commands with peowly

7 lines 481 B
export function peowlyCommands<Flags extends import("peowly").AnyFlags>(commands: import("./main-types.d.ts").CliCommands, options: import("./main-types.d.ts").CliOptions<Flags>, meta?: import("peowly").PeowlyMeta | undefined): Promise<void>; export class PeowlyCommandMissingError extends Error { constructor(commandName: string, showHelp: (exitCode?: number) => never); commandName: string; showHelp: (exitCode?: number) => never; } //# sourceMappingURL=main.d.ts.map