UNPKG

surgio

Version:

查看完整使用文档,前往 [surgio.royli.dev](https://surgio.royli.dev)。

21 lines (20 loc) 535 B
import Command from 'common-bin'; declare class SpeedCommand extends Command { private clashProcess?; private logger; private httpPort?; private socksPort?; private clashConfig?; private options; constructor(rawArgv: any); readonly description: string; run(ctx: any): Promise<void>; private runTest; private waitForInput; private waitClashReady; private speedTest; private getClashConfig; private getTypedConsoleLogger; private promptSelections; } export = SpeedCommand;