Replace clap with argh

This commit is contained in:
LoveSy
2023-06-20 21:41:20 +08:00
committed by John Wu
parent 732a161b67
commit 24b1c607f3
5 changed files with 233 additions and 357 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ base = { path = "../base" }
cxx = { path = "../external/cxx-rs" }
byteorder = { workspace = true }
anyhow = { workspace = true }
clap = { workspace = true, features = ["derive"] }
size = { workspace = true }
quick-protobuf = { workspace = true }
argh = { workspace = true }