Parse CLI arguments with clap
This commit is contained in:
parent
3a5d0deaa5
commit
f75c178f8f
2 changed files with 20 additions and 0 deletions
|
@ -2,3 +2,6 @@
|
|||
name = "spaceapi2prometheus"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.2.7", features = ["cargo", "derive"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue