implement nushell completions

This commit is contained in:
2026-03-23 16:34:19 -05:00
parent 3c4bfca546
commit 7446fcbb43
3 changed files with 19 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ description = "A project manager and build system for C inspired by Rust's Cargo
[dependencies]
clap = { version = "4.6.0", features = ["derive"] }
clap_complete = "4.6.0"
clap_complete_nushell = "4.6.0"
colored = "3.1.1"
glob = "0.3.3"
serde = { version = "1.0.228", features = ["derive"] }