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

View file

@ -9,6 +9,7 @@ license.workspace = true
anyhow.workspace = true
base64.workspace = true
clap.workspace = true
clap_complete.workspace = true
serde_json.workspace = true
tokio.workspace = true
geth-config = { path = "../geth-config" }