llm recipe causing "complete: nosort: invalid option name" #6603
Unanswered
mlanett
asked this question in
Everyday usage
Replies: 1 comment 1 reply
-
|
It's a months-old upstream issue when using the stock macOS bash. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew configOutput of
brew doctorDescription of issue
The recipe for llm is causing
-bash: complete: nosort: invalid option name
for new shells.
I don't see "nosort" in https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/l/llm.rb so I imagine this could be a bug elsewhere in homebrew.
but the generated file
/opt/homebrew/Cellar/llm/0.28/etc/bash_completion.d/llm
clearly has this bash function
Trace:
+++ . /opt/homebrew/etc/bash_completion.d/llm
++++ _llm_completion_setup
++++ complete -o nosort -F _llm_completion llm
-bash: complete: nosort: invalid option name
Beta Was this translation helpful? Give feedback.
All reactions