Skip to content
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

[Bug]: completion script hard-codes 'aspect' even if you ran 'bazel completion' #748

Open
alexeagle opened this issue Sep 27, 2024 · 0 comments
Labels
bug Something isn't working untriaged Requires traige

Comments

@alexeagle
Copy link
Member

What happened?

run bazel complete zsh and you get a script like

#compdef aspect
compdef _aspect aspect

# zsh completion for aspect                               -*- shell-script -*-
...
_aspect()
{

which doesn't then provide auto-completes when you type bazel<tab>

Version

latest

How to reproduce

No response

Any other information?

No response

@alexeagle alexeagle added the bug Something isn't working label Sep 27, 2024
@github-actions github-actions bot added the untriaged Requires traige label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged Requires traige
Projects
None yet
Development

No branches or pull requests

1 participant