add shell completion

This commit is contained in:
2024-08-19 02:22:18 +02:00
parent 0e38fbb7e9
commit 807017ea70
6 changed files with 143 additions and 41 deletions

View File

@@ -8,6 +8,7 @@ anyhow = "1.0.86"
async-bincode = "0.7.2"
bincode = "1.3.3"
clap = { version = "4.5.16", features = ["derive"] }
clap_complete = "4.5.18"
derive_more = { version = "1.0.0", features = ["display", "error"] }
dialoguer = "0.11.0"
env_logger = "0.11.5"