mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 00:55:15 +08:00
feat: add official sync progress logging
This commit is contained in:
@@ -82,6 +82,8 @@ cargo run -p bat-infrastructure --bin bat-official-sync -- \
|
||||
--error-retry 60s
|
||||
```
|
||||
|
||||
CLI 默认会把人类可读的阶段进度日志写到 stderr,例如自动发现、拉取 catalog、audit、下载第 N/总数个 URL 等;成功后的稳定 JSON report 仍写到 stdout。需要给上层程序保留纯机器输出时可加 `--no-progress`。
|
||||
|
||||
生产输出目录必须使用独立状态目录,不要指向已有客户端目录,也不要指向 `/home/wanye/D/BlueArchive` 这类人工维护或开发资源目录。
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user