Supporting auto complete and a build-release script
Some checks failed
CI / Test (Linux) (push) Has been cancelled
CI / Test (Windows MSVC) (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Format (push) Has been cancelled

This commit is contained in:
Eric Ratliff
2026-02-22 08:22:22 -06:00
parent fe5df7dc6d
commit ba402cc187
5 changed files with 133 additions and 2 deletions

10
Cargo.lock generated
View File

@@ -68,6 +68,7 @@ dependencies = [
"anyhow",
"assert_cmd",
"clap",
"clap_complete",
"colored",
"dirs",
"home",
@@ -153,6 +154,15 @@ dependencies = [
"strsim",
]
[[package]]
name = "clap_complete"
version = "4.5.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c757a3b7e39161a4e56f9365141ada2a6c915a8622c408ab6bb4b5d047371031"
dependencies = [
"clap",
]
[[package]]
name = "clap_derive"
version = "4.5.55"