-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 issue: solved #6577
Comments
Same here, but solved with @consultit tip. Really thanks, guy. OS version: Bash version: Default Python Version Python 3 Version Poetry Version Poetry completions install Poetry completions loading Like @consultit said, but all mutiword option in quotes, solved (maybe temporary, I don't know). The options was found with this regex in a grep command line: And a temporary solution for me was parse the poetry output (or the .bash_completion file) in a sed command and quoting all multiword options, like that:
Of course, I could simply edit my .bash_completion manually. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option) and have included the output below.Issue
I've installed poetry:
Then I've enabled
bash
completion:But there were several issues when starting
bash
session:Then I've quoted multi-word items inside
case
statement, e.g.:and the problem was solved.
The text was updated successfully, but these errors were encountered: