-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support autocompletions #55
Comments
@onedr0p seems to be the recent change. any ideas? |
I am taking a look now, most of the other CLI apps I see doing this are doing it the same way as I added it here. Maybe there's a strange edge-case I am not seeing. |
After the failed install, I checked if there is a file installed and:
My idea is that maybe there might be some file copy issue. |
Yeah there's a strange issue where the that command runs from |
|
When I change:
to :
It installs as expected. Not sure if the completitions work though. |
@maslyankov nice find! It works here:
Do you want to PR that change, or want me to? |
I will do a PR, I have it locally. |
Well interesting, even though it says the completions were installed I do not see them in |
I am completely lost to why it's not working the way it was before... I don't see how what we are doing here is really any different than ... Here's the full debug log
|
We should rename this issue to "Support autocompletions" or something similar, I am at my wits end trying to get it to work though 😄 |
As far as I can tell:
The current workaround is to create a simlink manually with the appropriate version. ln -s ../../Cellar/talosctl/1.8.3/etc/bash_completion.d/talosctl $(brew --prefix)/etc/bash_completion.d/talosctl |
Hello! I am facing the following issue. Any idea what might be the cause of it?
The text was updated successfully, but these errors were encountered: