-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Fix completion generation for --repository
#17728
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ZhongRuoyu This doesn't seem like what we want unfortunately 🙃
Looks like our completions setup doesn't understand the new bash |
Yea, unfortunately, it seems our completion generator is not able to handle Bash commands like that... |
@ZhongRuoyu A workaround for now would be to keep the Ruby file around just for fixing the completions. Could just make it |
bbd5d3f
to
901f910
Compare
I used $ brew --repo homebrew/core
Error: StandardError
Warning: Removed Sorbet lines from backtrace!
Rerun with `--verbose` to see the original backtrace
/usr/local/Homebrew/Library/Homebrew/cmd/--repository.rb:29:in `run'
/usr/local/Homebrew/Library/Homebrew/brew.rb:95:in `<main>'
Please report this issue:
https://docs.brew.sh/Troubleshooting |
--repository
Thanks @ZhongRuoyu! |
3d9879f
to
8ae18f4
Compare
Autogenerated by the sponsors-maintainers-man-completions workflow.