refact: overhaul arg parsing
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user