-
Notifications
You must be signed in to change notification settings - Fork 238
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
Completions for zsh is not working #496
Comments
Thanks for reporting this! One of us will try to dig in soon! As a bit of help for us, and just to double check: you're running exactly the command |
I've done exactly this and the behavior is the same. |
But there's plenty of scripts being loaded in there and I don't know if it would be easy to isolate the problem from it |
No worries, I think it’s unlikely that’s the issue, but if we can’t otherwise reproduce it we’ll ask! It’s more likely there’s an issue in either our code or the upstream dependency which we use to generate the completions! |
I'm having the same problem when sourcing the completion script, I get this error:
I've got the same issue on Zorin OS 15 and Ubuntu 18.04 |
I was able to reproduce this on my Mac. Based on some discussion in this issue kubernetes-sigs/kind#522, while unrelated to how we generate completions, it looks like
And then the completions appear to work. That said, there are still some issues with the generated completions, at least I ran into an issue where doing
So there's still something that's not being fully generated correctly. |
Apparently, in |
Completions for zsh are not working propperly.
I'm getting the following output on my zsh startup script related to the loading of the
source <(volta completions zsh)
:_arguments:comparguments:325: can only be called from completion function
Using
volta@0.5.5
on MacOS Mojave withzsh@5.7.1 (x86_64-apple-darwin18.2.0)
The text was updated successfully, but these errors were encountered: