Add structopt and base argument parsing

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-05-07 18:31:08 -04:00
parent 1232eca64c
commit e7e8690463
3 changed files with 254 additions and 3 deletions

View File

@@ -11,3 +11,4 @@ snafu = "0.6.6"
lazy_static = "1.4.0"
regex = "1.3.7"
derivative = "2.1.1"
structopt = "0.3"