Parse command line args

This commit is contained in:
Joscha 2022-11-16 23:56:58 +01:00
parent 6234038460
commit 4aecce8107
3 changed files with 241 additions and 2 deletions

View file

@ -4,3 +4,5 @@ version = "0.0.0"
edition = "2021"
[dependencies]
anyhow = "1.0.66"
clap = { version = "4.0.26", features = ["derive", "deprecated"] }