UNPKG

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