issues
search
stackabletech
/
stackable-cockpit
Home of stackable-cockpit, stackablectl and stackable-cockpitd
https://docs.stackable.tech/management/stable/
Other
8
stars
3
forks
source link
feat: Add shell completions for Nushell and Elvish
#337
Closed
NickLarsenNZ
closed
4 days ago
NickLarsenNZ
commented
5 days ago
Description
Nushell completions. _Uses the
clap_complete_nushell
crate, as linked by the already used
clap_complete
crate._
Elvish completions. _Already included in
clap_complete
, so why not?_
Update xtasks to generate the new shell completions.
New xtask command to run all xtasks (useful for local development).
Disable shellcheck on generated completions.
Description