Compare two directories and show the differences.
Useful to verify backup copies.
cargo install compare-dir
If you want to install from the local source code:
cargo install --path .
compare-dir <dir1> <dir2>
Please use the -h option to see all options.
-h