-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bash shell completion fails #10
Labels
bug
Something isn't working
Comments
superatomic
added a commit
that referenced
this issue
Aug 7, 2023
superatomic
added a commit
that referenced
this issue
Aug 7, 2023
superatomic
added a commit
that referenced
this issue
Aug 7, 2023
superatomic
added a commit
that referenced
this issue
Aug 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Click shell completion for bash has been silently failing to generate when installed through the
tldr-man
Homebrew formula.This bug was discovered when changes to
generate_completions.sh
in 90eef34 made this error fatal and broke Homebrew HEAD builds (brew install --HEAD superatomic/tap/tldr-man
). Before this, empty files were being installed as bash completion scripts, instead of the intentional scripts.This issue occurs because the only version of Bash that is present during a Homebrew formula build is too old to work with click (bash <4.4). For more information, see pallets/click#2574.
Merging pallets/click#2576 will fix this issue.
The text was updated successfully, but these errors were encountered: