Skip to content
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 bonzai-completion optional, importable module #113

Open
rwxrob opened this issue Jul 5, 2023 · 0 comments
Open

Add bonzai-completion optional, importable module #113

rwxrob opened this issue Jul 5, 2023 · 0 comments

Comments

@rwxrob
Copy link
Owner

rwxrob commented Jul 5, 2023

Currently only bash complete -C is supported (because it is by far the most efficient way to do completion in bash). But for those shells which require a source <(app completion SHELL) shell script inclusion having the option is worth having. In fact, the bash implementation could simply output complete -C app app instead of the normal complete -F stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant