-
Notifications
You must be signed in to change notification settings - Fork 828
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
fix: completions for zsh and fish #1912
Conversation
Ran into some failures in
I need to check those, new to the project. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @manuraj17 ! I'm going to merge this as it is an improvement. But suggestions for things like asdf plug*
don't suggest just asdf plugin
but rather all plugin subcommands, which I think is not in line with what most people expect. I'm going to tweak it myself tomorrow and then try to publish a new patch version of asdf.
seems like not tested. |
I was able to "fix" this by wrapping the words passed to the I would imagine some working with |
I was travelling when this got merged and I see the issue. It was not tested completely, I was still exploring fish completions and there are some more work. Apologies for the trouble caused. |
Folks, I have made some changes here #1936. I tested it by copying the completions into my fish shell config directory and running it. Let me know if there are still any edge cases. @keldin-coding @kemko cc @Stratus3D |
Thanks @manuraj17 ! Will test that PR more thoroughly and merge if it looks good 👍 |
Summary
Updates completions for
fish
andshell
to use the new commands format without hyphens.Fixes: #1908