UNPKG

@letanure/resend-cli

Version:

A command-line interface for Resend email API

6 lines 463 B
import type { Command } from 'commander'; import type { CliField } from '../types/index.js'; export declare function formatFieldOption(field: CliField, maxFlagWidth: number): string; export declare function generateCustomHelp(fields: Array<CliField>, examples?: Array<string>, command?: Command): string; export declare function configureCustomHelp(command: Command, fields: Array<CliField>, examples?: Array<string>): void; //# sourceMappingURL=cli-help.d.ts.map