-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Flag aliases are not expanded before error in query
like commands
#25116
Comments
Do they work with |
I can check tomorrow but pretty sure they would. This feels like the older |
I sent #25125 to allow
In the issue description, you explicitly specify |
Ah yeah my bad should've showcased the actual |
query
like commandsquery
like commands
Updated the title here if we want to address it. #25125 fixes the main issue for me and this issue can be used to track the error message stating that the expanded flag is not supported |
Description of the bug:
Flag aliases do not seem to work when going through the
query
command.Which category does this issue belong to?
No response
What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
query
with the aliasExample:
Which operating system are you running Bazel on?
macOS 15.3
What is the output of
bazel info release
?release 7.4.1
If
bazel info release
returnsdevelopment version
or(@non-git)
, tell us how you built Bazel.No response
What's the output of
git remote get-url origin; git rev-parse HEAD
?If this is a regression, please try to identify the Bazel commit where the bug was introduced with bazelisk --bisect.
No response
Have you found anything relevant by searching the web?
No response
Any other information, logs, or outputs that you want to share?
No response
The text was updated successfully, but these errors were encountered: