feat: add build time completion generation

This commit is contained in:
2026-02-28 23:04:51 +01:00
parent 1618e00383
commit d2635e692e
3 changed files with 45 additions and 0 deletions

10
Cargo.lock generated
View File

@@ -188,6 +188,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"
@@ -1533,6 +1542,7 @@ dependencies = [
"anyhow",
"chrono",
"clap",
"clap_complete",
"colored",
"dirs",
"serde",