We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
k0sctl completion bash > /etc/bash_completion.d/k0sctl
k0sctl -bash: completion: function `_cli_bash_autocomplete' not found
Completion not working.
The text was updated successfully, but these errors were encountered:
So it seems. Looks like the function name in the generated output is wrong.
Sorry, something went wrong.
The shell is supplied via -s or --shell, so the correct command would be k0sctl completion -s bash but it doesn't solve the problem.
-s
--shell
k0sctl completion -s bash
Successfully merging a pull request may close this issue.
k0sctl completion bash > /etc/bash_completion.d/k0sctl
k0sctl -bash: completion: function `_cli_bash_autocomplete' not found
Completion not working.
The text was updated successfully, but these errors were encountered: