netlify-cli
Version:
Netlify command line tool
5 lines • 361 B
TypeScript
import type { OptionValues } from 'commander';
import type BaseCommand from '../base-command.js';
export declare const completionGenerate: (_options: OptionValues, command: BaseCommand) => Promise<undefined>;
export declare const completionUninstall: (_options: OptionValues, command: BaseCommand) => Promise<undefined>;
//# sourceMappingURL=completion.d.ts.map