Parse command line args
This commit is contained in:
parent
6234038460
commit
4aecce8107
3 changed files with 241 additions and 2 deletions
|
|
@ -4,3 +4,5 @@ version = "0.0.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.66"
|
||||
clap = { version = "4.0.26", features = ["derive", "deprecated"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue