Replies: 1 comment 1 reply
-
|
Bash completion is not the same as bash completion 2. So this message is correct. Just like installing Java 15 won't get rid of a Java 8 requirement. |
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.
-
Hi,
I have
gradle-completion&bash-completion@2installed. When I runbrew doctorI get warned about not havingbash-completioninstalled, andbrew missingoutputsgradle-completion: bash-completion, as the formula shows:https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/gradle-completion.rb#L11
In practice it all works fine - I get tab completion when using
gradle.I presume the formula needs updating; can anyone give me a pointer as to how it should look?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions