fix: completions for zsh and fish#1912
Conversation
|
Ran into some failures in I need to check those, new to the project. |
Stratus3D
left a comment
There was a problem hiding this comment.
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
fishandshellto use the new commands format without hyphens.Fixes: #1908