feat(cli): add nushell completions

This commit is contained in:
Amaan Qureshi 2024-12-10 19:35:58 -05:00 committed by GitHub
parent 69d977d736
commit ea9aa018b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 37 additions and 7 deletions

View file

@ -33,6 +33,7 @@ anyhow.workspace = true
bstr.workspace = true
clap.workspace = true
clap_complete.workspace = true
clap_complete_nushell.workspace = true
ctor.workspace = true
ctrlc.workspace = true
dialoguer.workspace = true