Skip to content

🧪 batch

从文件批量查询,支持并发与断点续跑。

用法

bash
go-icp batch --input <file> --output <file> [选项]

选项

选项说明
--concurrency并发数(默认 3)
--resume断点续跑
--type每行类型

示例

bash
go-icp batch --input companies.txt --output result.json --concurrency 5

📚 延伸阅读

Released under the MIT License.