UNPKG

534 BTypeScriptView Raw
1import { CoreBaseCLI } from '@midwayjs/command-core';
2export * from './utils';
3export declare class CLI extends CoreBaseCLI {
4 loadDefaultPlugin(): Promise<void>;
5 loadExtensions(): {
6 debug: any;
7 enquirer: any;
8 };
9 error(err: any): void;
10 loadPlugins(): Promise<void>;
11 loadDefaultOptions(): Promise<void>;
12 debug(...args: any[]): void;
13 displayVersion(): void;
14 displayUsage(commandsArray: any, usage: any, coreInstance: any, commandInfo?: any): void;
15}
16//# sourceMappingURL=index.d.ts.map
\No newline at end of file