feat: Add nushell completions

This commit is contained in:
Gerald Pinder 2025-01-04 20:48:24 -05:00
parent 2d150e3c93
commit 414c8546a0
4 changed files with 69 additions and 2 deletions

View file

@ -69,6 +69,7 @@ blue-build-utils = { version = "=0.9.1", path = "./utils" }
blue-build-process-management = { version = "=0.9.1", path = "./process" }
clap-verbosity-flag = "3"
clap_complete = "4"
clap_complete_nushell = "4"
fuzzy-matcher = "0.3"
jsonschema = { version = "0.28", optional = true }
open = "5"