add nushell terminal and completion support (#8628)

Signed-off-by: Can H. Tartanoglu <gpg@rotas.mozmail.com>
This commit is contained in:
Can H. Tartanoglu
2026-05-13 01:39:28 +02:00
committed by GitHub
parent ba60b597fa
commit 80cac3626f
7 changed files with 375 additions and 34 deletions
+1
View File
@@ -64,6 +64,7 @@ comfy-table = "7.2.2"
sha2 = { workspace = true }
sigstore-verify = { version = "=0.6.5", default-features = false }
axum.workspace = true
clap_complete_nushell = "4.6.0"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { workspace = true }