UNPKG

@anycli/command

Version:
11 lines (10 loc) 296 B
import * as Config from '@anycli/config'; import { Command } from '.'; export declare class Main extends Command { static parserOptions: { '--': boolean; strict: boolean; }; static run(argv?: string[], opts?: Config.Options): Promise<any>; run(): Promise<void>; }