We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
run bazel complete zsh and you get a script like
bazel complete zsh
#compdef aspect compdef _aspect aspect # zsh completion for aspect -*- shell-script -*- ... _aspect() {
which doesn't then provide auto-completes when you type bazel<tab>
bazel<tab>
latest
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
run
bazel complete zsh
and you get a script likewhich doesn't then provide auto-completes when you type
bazel<tab>
Version
latest
How to reproduce
No response
Any other information?
No response
The text was updated successfully, but these errors were encountered: