parse commands with clap

This commit is contained in:
Pierre de Lacroix 2026-06-26 17:01:44 +02:00
parent f83fded289
commit 8309d26c9f
Signed by: lateralus23
GPG key ID: 53E0CEC29C24EF39
5 changed files with 88 additions and 52 deletions

View file

@ -20,3 +20,4 @@ clap = { version = "^4.5", features = ["derive"] }
log = "^0.4"
simple_logger = "^5.2"
either = "^1.15"
shlex = "2.0.1"