feat(cli): accept folder to scan as argument

This commit is contained in:
Aram Drevekenin
2020-06-16 15:10:37 +02:00
parent 67efe19744
commit 8122306fb8
3 changed files with 87 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ termion = "1.5"
failure = "0.1"
walkdir = "2"
signal-hook = "0.1.10"
structopt = "0.3"
[dev-dependencies]
insta = "0.12.0"