Use structopt

This commit is contained in:
Roey Darwish Dror
2018-09-06 14:42:56 +03:00
parent 993dec166f
commit 682d4445b7
4 changed files with 87 additions and 66 deletions

View File

@@ -16,7 +16,7 @@ serde_derive = "1.0.75"
toml = "0.4.6"
which = "2.0.0"
shellexpand = "1.0.0"
clap = "2.32.0"
structopt = "0.2"
log = "0.4.4"
env_logger = "0.5.13"
term_size = "0.3.1"