refact: overhaul arg parsing

This commit is contained in:
steven-omaha
2023-05-23 17:28:51 +02:00
parent 79c9e51e8c
commit a4639a1c3a
13 changed files with 222 additions and 258 deletions
+3 -3
View File
@@ -11,10 +11,10 @@ categories = ["command-line-utilities"]
[dependencies]
anyhow = { workspace = true }
clap = "4.2"
clap = "4.3"
const_format = { version = "0.2", default-features = false }
path-absolutize = "3.0"
regex = { version = "1.7", default-features = false, features = ["std"] }
path-absolutize = "3.1"
regex = { version = "1.8", default-features = false, features = ["std"] }
termios = "0.3"
walkdir = "2.3"