-
Notifications
You must be signed in to change notification settings - Fork 118
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
Shell completion does not work for Zsh #90
Comments
clebs
added
area/cli
Related to all activities around CLI
kind/bug
Categorizes issue or PR as related to a bug.
labels
May 24, 2019
suleymanakbas91
changed the title
Bash completion does not work
Shell completion does not work for Zsh
Jul 17, 2019
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions. |
The bug seems not to be fixed in the near future. We should hard-code the completion code for zsh just like some other clients (e.g. minikube). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Following the instructions provided by cobra to enable completion for the kyma CLI commands does not work showing the following error:
/dev/fd/11:type:299: bad option: -t
Expected result
Completions work after running the command as explained by the output of
kyma completion -h
Actual result
Error is displayed:
/dev/fd/11:type:299: bad option: -t
Steps to reproduce
. <(kyma completion)
, which should add the completions code to your bash session .The text was updated successfully, but these errors were encountered: