nix: add clap completions
Some checks failed
Build and test / check (push) Failing after 39s
Build and test / build (push) Successful in 1m38s
Build and test / test (push) Has been cancelled
Build and test / docs (push) Has been cancelled

This commit is contained in:
2026-01-09 05:16:12 +09:00
parent 6c3a9e9e12
commit 34803c2b1f
5 changed files with 61 additions and 2 deletions

10
Cargo.lock generated
View File

@@ -201,6 +201,15 @@ dependencies = [
"terminal_size",
]
[[package]]
name = "clap_complete"
version = "4.5.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "430b4dc2b5e3861848de79627b2bedc9f3342c7da5173a14eaa5d0f8dc18ae5d"
dependencies = [
"clap",
]
[[package]]
name = "clap_derive"
version = "4.5.49"
@@ -815,6 +824,7 @@ dependencies = [
"bytes",
"chrono",
"clap",
"clap_complete",
"futures-util",
"nix",
"sd-notify",