feat: add clap arg parse

This commit is contained in:
Alexander Navarro 2025-01-14 19:15:49 -03:00
parent ccac3478f7
commit 57074a89ff
3 changed files with 271 additions and 2 deletions

View file

@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.26", features = ["derive", "env"] }