-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 completion for MultiCommands returns subcommands twice until it stops. #471
Comments
+1 Bash completion isn't working properly beyond the first click command level. |
I've noticed this problem as well. Some |
Still observing this issue with click v 6.3 and the current development branch 57c6f09. (Using python 2.7 on OS X in ZSH using bashcomplete (bashcompinit). instead of getting tab completion providing:
Autocomplete endlessly completes at the sub command level and never moves into the sub_command itself for auto completion:
Downgrading to click v 5.1 fixes the issue.
|
(edit because wrong user mentioned) @bb4242 Thank you very much for the bisect, the fix is now obvious to me. |
6.5 is out. |
Python 2.7.10
broken in click >= 6
ok in click (5.1)
The text was updated successfully, but these errors were encountered: