Add command for shell completions

This commit is contained in:
kpcyrd 2024-03-15 11:40:39 +01:00
parent 8b4f3afa42
commit 0f1ba8f5fe
3 changed files with 30 additions and 2 deletions

10
Cargo.lock generated
View file

@ -389,6 +389,15 @@ dependencies = [
"strsim",
]
[[package]]
name = "clap_complete"
version = "4.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a51919c5608a32e34ea1d6be321ad070065e17613e168c5b6977024290f2630b"
dependencies = [
"clap",
]
[[package]]
name = "clap_derive"
version = "4.4.7"
@ -2054,6 +2063,7 @@ dependencies = [
"anyhow",
"bytes",
"clap",
"clap_complete",
"console-subscriber",
"futures",
"librqbit",