Problem you are trying to solve
Enable nushell to enjoy first-class completion support, just like shells such as bash and zsh.
Solution you'd like
You can also have native rustup command completion support in nushell.
Notes
We can consider using clap_complete_nushell crate.
In many projects, this clap_complete_nushell crate is used to generate nushell completion scripts, for example:
- jj
- uv
- atuin