6 lines
183 B
TypeScript
6 lines
183 B
TypeScript
import { CommanderStatic } from 'commander';
|
|
export declare class CommandLoader {
|
|
static load(program: CommanderStatic): Promise<void>;
|
|
private static handleInvalidCommand;
|
|
}
|