add cli parsing

closes #2
This commit is contained in:
jojii 2021-03-15 23:16:03 +01:00
parent 3b74ad59dd
commit 227f76bc82
No known key found for this signature in database
GPG key ID: 87B75C673974601F
3 changed files with 68 additions and 29 deletions

View file

@ -13,3 +13,4 @@ ureq = { version = "2.0.2", features = ["json"] }
serde_json = "1.0.64"
ansi_term = "0.12.1"
colored = "2.0.0"
argparse = "0.2.2"