dos: Tidy up clap argument handling, and adapt to newer solana-dos arguments (#9633)

* Tidy up clap argument handling

* Adapt to newer solana-dos arguments
This commit is contained in:
Michael Vines
2020-04-21 16:58:30 -07:00
committed by GitHub
parent 0d24e758b2
commit 45ff1f2379
4 changed files with 25 additions and 17 deletions

View File

@@ -13,6 +13,7 @@ clap = "2.33.0"
log = "0.4.8"
rand = "0.6.5"
rayon = "1.3.0"
solana-clap-utils = { path = "../clap-utils", version = "1.2.0" }
solana-core = { path = "../core", version = "1.2.0" }
solana-logger = { path = "../logger", version = "1.2.0" }
solana-net-utils = { path = "../net-utils", version = "1.2.0" }