feat(cli): add subcommand completion to generate various shell completions (#6313)

Signed-off-by: Sai Karthik <kskarthik@disroot.org>
This commit is contained in:
Sai Karthik
2026-01-06 00:15:30 +05:30
committed by GitHub
parent 4a08ad5c43
commit 7c143b9afb
3 changed files with 25 additions and 2 deletions
+1
View File
@@ -61,6 +61,7 @@ anstream = "0.6.18"
url = "2.5.7"
open = "5.3.2"
urlencoding = "2.1"
clap_complete = "4.5.62"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3", features = ["wincred"] }