CLI.run() 方法 签名 class CLI { run(argv: string[]): Promise<void>; } 参数 参数 类型 说明 argv string[] 返回值: Promise<void>