Use clap for arg parsing

This commit is contained in:
spikecodes
2021-02-18 11:40:10 -08:00
parent 58127b17d8
commit 3652342f46
3 changed files with 90 additions and 10 deletions

View File

@ -19,3 +19,4 @@ serde_json = "1.0.62"
async-recursion = "0.3.2"
regex = "1.4.3"
time = "0.2.25"
clap = "2.33.3"