This commit is contained in:
Edgar 2023-09-14 12:21:38 +02:00
parent 3e1758d415
commit 762d0bee16
No known key found for this signature in database
GPG Key ID: 70ADAE8F35904387
1 changed files with 15 additions and 0 deletions

View File

@ -10,3 +10,18 @@
A DDNet map diff tool made in Rust using [twmap](https://docs.rs/twmap).
Inspired by the original Ravie's python script.
```
A DDraceNetwork map diff tool.
Usage: ddnet-map-diff <MAP_OLD> <MAP_NEW> <RESULT>
Arguments:
<MAP_OLD> The base map to compare
<MAP_NEW> The map to be compared
<RESULT> The resulting map path
Options:
-h, --help Print help
-V, --version Print version
```