Use structopt to derive CLI flags
Instead of using `clap` directly
This commit is contained in:
committed by
Chris Fallin
parent
6ffb02d9f6
commit
cfaa35d8c0
@@ -9,5 +9,5 @@ license = "Apache-2.0 WITH LLVM-exception"
|
||||
log = "0.4"
|
||||
isle = { version = "*", path = "../isle/" }
|
||||
env_logger = { version = "0.8", default-features = false }
|
||||
clap = "2.33"
|
||||
miette = { version = "3.0.0", features = ["fancy"] }
|
||||
structopt = "0.3.23"
|
||||
|
||||
Reference in New Issue
Block a user