cli flags, catch redefinitions

This commit is contained in:
2025-06-29 11:36:48 +02:00
parent 0207228c06
commit 21cac533f2
4 changed files with 304 additions and 44 deletions

View File

@@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.40", features = ["derive"] }