-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
Add bash-completion for docker command linked from inside the Docker.app #59696
Comments
We don’t typically add the completions. Since in this case it’d mean using the Homebrew (non-Cask) directories and we don’t yet handle conflicts with formulae, adding this could be problematic, so I’d be wary of making this happen (as of now). Either way, you’re unlikely to get this unless you submit a PR. |
I thought that when you bundle the
And the Unfortunately I am lacking the |
Which can itself lead to problems, because
If we already do one thing that could be problematic, that doesn’t make it an excuse to make a second point of problems. That’s how bad unmaintainable software gets written. The solution here is to fix the first problem. Only then can we consider adding the second one, which wouldn’t be a problem anymore.
That would be making non-
Because it doesn’t overwrite the
Which means that had the conflicts resolution been in place, you wouldn’t have been able to install the app with the formula at the same time, and would not have gotten that surprise. Whichever way you go about this, it comes back to the same thing: we need to add formula conflicts before we think about complicating the cask. Especially since you’re the only person asking for this.
In that case, I’ll close earlier, if you don’t mind. The core team is unlikely to work on this, so the issue would just linger open. Thank you anyway for the request, but as it is right now, we can’t proceed with it. |
Description of feature/enhancement
Add bash-completion for
docker
command linked from inside the Docker.app.Justification
Non-cask
docker
has support for bash-completion (although it does not work right now, see bug) and so could the bundled one in Docker.app.Right now you have to link those bash-completion files manually as is written in docker docs.
It would be nice to have this out-of-the-box.
Example use case
The text was updated successfully, but these errors were encountered: