Parse command line args

This commit is contained in:
Joscha 2021-11-07 12:10:42 +00:00
parent 6c0cb6489a
commit 04b59293f2
3 changed files with 202 additions and 2 deletions

View file

@ -5,3 +5,4 @@ edition = "2018"
[dependencies]
chrono = "0.4.19"
structopt = "0.3.25"