UNPKG

surgio

Version:

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

9 lines (8 loc) 230 B
import Command from 'common-bin'; declare class GenerateCommand extends Command { private options; constructor(rawArgv: any); run(ctx: any): Promise<void>; readonly description: string; } export = GenerateCommand;