Use structopt to derive CLI flags

Instead of using `clap` directly
This commit is contained in:
Nick Fitzgerald
2021-09-28 15:14:42 -07:00
committed by Chris Fallin
parent 6ffb02d9f6
commit cfaa35d8c0
5 changed files with 153 additions and 62 deletions

View File

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