try to get completions going
Some checks failed
Rust / build (push) Failing after 33s

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964dcd3beb752ae2d3a90ab6e545815c692
This commit is contained in:
raf 2025-08-02 22:46:24 +03:00
commit 0174e390f3
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
4 changed files with 71 additions and 1 deletions

11
Cargo.lock generated
View file

@ -43,6 +43,15 @@ dependencies = [
"clap_lex",
]
[[package]]
name = "clap_complete"
version = "4.5.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5abde44486daf70c5be8b8f8f1b66c49f86236edf6fa2abadb4d961c4c6229a"
dependencies = [
"clap",
]
[[package]]
name = "clap_derive"
version = "4.5.41"
@ -302,6 +311,8 @@ name = "xtask"
version = "0.1.1"
dependencies = [
"clap",
"clap_complete",
"eh",
]
[[package]]