UNPKG

183 BTypeScriptView Raw
1import { CommanderStatic } from 'commander';
2export declare class CommandLoader {
3 static load(program: CommanderStatic): Promise<void>;
4 private static handleInvalidCommand;
5}