Zsh completions for rich-cli and uv formulae seem to be broken #5913
Unanswered
davidfokkema
asked this question in
Tap maintenance and brew development
Replies: 1 comment 1 reply
-
What does that completion file say? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
If I start a zsh session and type
rich da<tab>
then zsh will not autocomplete thedata.csv
path. If I start the session withzsh -f
or move the file/opt/homebrew/share/zsh/site-functions/_rich-cli
out of the way, it will autocomplete. So it seems like installing the automatically (?) generated autocompletion results in worse behaviour than not having completions at all. I'm not familiar with the correct syntax so wouldn't know how to debug the completions file... Same goes foruv run
, and possibly others. Is this a problem on my end or are the completions broken?Beta Was this translation helpful? Give feedback.
All reactions