This commit is contained in:
jkoonts 2024-03-26 12:52:11 -04:00
parent 86a5d5f932
commit 9e76bb5507

View File

@ -1,4 +1,5 @@
# sys-compare # sys-compare
#### work in progress
### Create Snapshot ### Create Snapshot
## ./sys-compare create [snapshot] [root_dir] ## ./sys-compare create [snapshot] [root_dir]
@ -12,3 +13,8 @@ cargo run -- create ./test2.snap /home/foxx/Documents/
```shell ```shell
cargo run -- compare ./test1.snap ./test2.snap created cargo run -- compare ./test1.snap ./test2.snap created
``` ```
## Development and Collaboration
#### Feel free to open a pull request, please run the following prior to your submission please!
echo "Run clippy"; cargo clippy -- -D clippy::all
echo "Format source code"; cargo fmt -- --check