chore: initial sanitized public snapshot

This commit is contained in:
Aria2 Rust Pro Contributors
2026-07-18 14:51:59 +08:00
commit 14dcf8c9bf
321 changed files with 76893 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# CLI Golden Snapshots
This directory stores evidence-backed CLI compatibility snapshots captured from:
- upstream Windows aria2 `1.37.0`
- the current local `aria2-rust-pro` binary
The current capture script is:
- `xtask compat capture-cli-goldens`
- `scripts/compat/capture-cli-goldens.ps1` (thin compatibility shim)
It writes:
- `cli/upstream/version.txt`
- `cli/upstream/help-all.txt`
- `cli/rust/version.txt`
- `cli/rust/help-all.txt`
- `cli/manifest.json`
Run it from the repo root with:
```powershell
rtk cargo run --manifest-path .\xtask\Cargo.toml -- compat capture-cli-goldens
powershell -NoProfile -File .\scripts\compat\capture-cli-goldens.ps1
```
These files are evidence. They do not claim parity by themselves.