UNPKG

netlify

Version:

Netlify command line tool

6 lines 298 B
import { CommanderError, type HelpContext } from 'commander'; export declare const isOptionError: (error: CommanderError) => boolean; export declare const handleOptionError: (command: { outputHelp: (context?: HelpContext) => void; }) => void; //# sourceMappingURL=command-error-handler.d.ts.map