with args

This commit is contained in:
2022-10-14 22:39:16 +02:00
parent cb3bd469db
commit 10c34c7827
4 changed files with 187 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.0.15", features = ["derive"] }
eyre = "0.6.8"
regex = "1.6.0"
walkdir = "2.3.2"