-
Notifications
You must be signed in to change notification settings - Fork 41
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
Import and update shell completions #55
Comments
Seems like the in-tree one is very bare-bones. The extra ones are in third-party repo ... Might be worth pulling them all together, fish anyone? |
Kicked off some upstream discussions, wrt copyright license etc
Some of the responses are better than others. In addition the quality and coverage are quite varying. I wonder if writing something from scratch won't be faster... |
Tl:Dr
|
I'd like to point out that specifying Is this behavior intended? Or should I open a separate issue to track this problem? Thanks for your time. |
AFAICT disabling the shell completions was never supported with the autotools build. For meson we got the means with 4670f4b and I don't plan on adding autotools equivalent, since the goal is to remove the latter with kmod v35 (as per the README). Patches welcome though o/ |
Currently we have the bash completion in-tree, while the zsh lives in the upstream zsh project itself. Both of those are somewhat outdated.
A hand-wavy todo/ideas list:
Soft depends on #56
The text was updated successfully, but these errors were encountered: