Upgrade to clap v4, add numeric accounts argument to allocate overheads cli
This commit is contained in:
@@ -14,7 +14,7 @@ csv = "1.1"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
||||
# num = "0.4"
|
||||
clap = { version = "3.1.18", features = ["derive"] }
|
||||
clap = { version = "4.1.8", features = ["derive"] }
|
||||
anyhow = "1.0"
|
||||
|
||||
itertools = "0.10.3"
|
||||
|
||||
Reference in New Issue
Block a user