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

9
Cargo.lock generated
View file

@ -356,7 +356,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98"
dependencies = [
"find-msvc-tools",
"shlex",
"shlex 1.3.0",
]
[[package]]
@ -3245,6 +3245,7 @@ dependencies = [
"rand 0.9.4",
"serde",
"serde_json",
"shlex 2.0.1",
"simple_logger",
"tokio",
]
@ -3255,6 +3256,12 @@ version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "shlex"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
[[package]]
name = "signal-hook-registry"
version = "1.4.8"