Upgrade to clap v4, add numeric accounts argument to allocate overheads cli

This commit is contained in:
piv
2023-03-04 09:14:06 +10:30
parent c94c18b3e3
commit e68d44afd5
3 changed files with 160 additions and 63 deletions

View File

@@ -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"