feature(cli) update arg parsing to clap v3
Signed-off-by:
Levente Polyak <anthraxx@archlinux.org>
... | ... | @@ -17,7 +17,8 @@ futures = "0.3" |
anyhow = "1.0" | ||
log = "0.4" | ||
env_logger = "0.9" | ||
structopt = "0.3" | ||
clap = { version = "3.0", features = ["derive"] } | ||
clap_complete = "3.0" | ||
serde = {version = "1.0", features = ["derive"]} | ||
serde_repr = "0.1" | ||
serde_json = "1.0" | ||
... | ... |