-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-generated completion scripts add NuShell
support
#2778
Comments
Somewhat unrelated but I wonder what the code size / compile time looks like for all of our generators and if there is anything we can help developers with development time as our generators expand in number of targets and capabilities. |
That was the intention for extra generators. For the basic common ones, we have them in the package itself, but if we were to implement this, we would create a new package called One thing I am not sure if we can do in Rust because of these new const stuff is, can a user extend the |
A user could manually impl |
If nushell works like bash where you have to write your own parser, #3166 could be a big help towards this. |
May I ask, what the state of this issue is? |
I'm a huge fan of nushell, but it seems to be in a state of flux (going off the last couple of releases): https://www.nushell.sh/blog/ How likely is it that there are significant changes in the syntax or other workings relating to completion over on the nushell side? |
Looks like someone created https://github.com/nibon7/clap_complete_nushell |
Please complete the following tasks
Clap Version
3.0.0-beta.4
Describe your use case
Auto-generated completion scripts add NuShell support
Describe the solution you'd like
Auto-generated completion scripts add NuShell support, just as clap support (Bash, Zsh, Fish, Elvish and PowerShell), Thx
Alternatives, if applicable
No response
Additional Context
The text was updated successfully, but these errors were encountered: