feat: Add nushell completions

This commit is contained in:
Gerald Pinder 2025-01-04 20:48:24 -05:00
parent 2d150e3c93
commit 414c8546a0
4 changed files with 69 additions and 2 deletions

11
Cargo.lock generated
View file

@ -362,6 +362,7 @@ dependencies = [
"clap",
"clap-verbosity-flag",
"clap_complete",
"clap_complete_nushell",
"colored",
"fuzzy-matcher",
"indexmap 2.7.0",
@ -698,6 +699,16 @@ dependencies = [
"clap",
]
[[package]]
name = "clap_complete_nushell"
version = "4.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6a8b1593457dfc2fe539002b795710d022dc62a65bf15023f039f9760c7b18a"
dependencies = [
"clap",
"clap_complete",
]
[[package]]
name = "clap_derive"
version = "4.5.18"