Add shell completion generation
This commit is contained in:
parent
d9728a326d
commit
5b2c30f817
7 changed files with 98 additions and 3 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue