Add shell completion generation
This commit is contained in:
parent
d9728a326d
commit
5b2c30f817
7 changed files with 98 additions and 3 deletions
|
|
@ -42,6 +42,7 @@ base64 = "0.22"
|
|||
blake3 = "1"
|
||||
bytes = "1"
|
||||
clap = { version = "4", features = ["derive", "env"] }
|
||||
clap_complete = "4"
|
||||
directories = "5"
|
||||
# Compatibility pins for iroh 0.95's ed25519-dalek prerelease dependency.
|
||||
ed25519 = "=3.0.0-rc.1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue