You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer that does not like my system to be touched without consent from me, by any software, I love that we can disable the auto install. But it would be even better if there is an API that allows me to specify where to install. I could then hook this up on my own CLI to give my users more fine-grained control.
Requirements
Being able to specify where to install the auto-completion files
The text was updated successfully, but these errors were encountered:
We have two levels in which this can be customized:
The package provides an API in which CLI maintainers can customize the install location (which is pretty much what you are suggesting, I guess).
The package provides an API in which the CLI users can customize the install location. For that, we can introduce a command that echoes the completion script and people can do this:
Description
As a developer that does not like my system to be touched without consent from me, by any software, I love that we can disable the
auto install
. But it would be even better if there is an API that allows me to specify where to install. I could then hook this up on my own CLI to give my users more fine-grained control.Requirements
The text was updated successfully, but these errors were encountered: