Add shell completion generation

This commit is contained in:
Eric Wendland 2026-05-23 02:40:03 +02:00
commit 5b2c30f817
7 changed files with 98 additions and 3 deletions

10
Cargo.lock generated
View file

@ -591,6 +591,15 @@ dependencies = [
"strsim",
]
[[package]]
name = "clap_complete"
version = "4.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7a9bfdb35811f9e59832f0f05975114d2251b415fb534108e6f34060fd772"
dependencies = [
"clap",
]
[[package]]
name = "clap_derive"
version = "4.6.1"
@ -1512,6 +1521,7 @@ dependencies = [
"anyhow",
"base64",
"clap",
"clap_complete",
"geth-cas",
"geth-config",
"geth-control",