UNPKG

422 BTypeScriptView Raw
1import * as Config from '@oclif/config';
2import Command from './command';
3export declare class Main extends Command {
4 static run(argv?: string[], options?: Config.LoadOptions): PromiseLike<any>;
5 init(): Promise<any>;
6 run(): Promise<undefined>;
7 protected _helpOverride(): boolean;
8 protected _help(): never;
9}
10export declare function run(argv?: string[], options?: Config.LoadOptions): PromiseLike<any>;