indigo-dc / oidc-agent

oidc-agent for managing OpenID Connect tokens on the command line
MIT License
115 stars 30 forks source link

Makefile: drop non-existent oidc-tokensh bash completion #591

Closed olifre closed 3 months ago

olifre commented 3 months ago

There is no actual bash completion implemented for oidc-tokensh, which leads to error messages in some package management systems.

Drop installing a symlink for the not-implemented completion.

Example error message from Gentoo portage:

 * QA Notice: Problems with installed bash completions were found: 
 *
 *      oidc-tokensh: incorrect name, no completions for 'oidc-tokensh' command defined.  

Of course, implementing an actual completion would also fix this, and would be preferable if someone is able to :wink:.