You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#213 states that installing the completion using source <(crictl completion) works for both bash and zsh. Unfortunately this is only true if bashcompinit has been loaded in your zshrc. Depending on your zsh setup this might or might not be the case when you source the output of the completion sub-command.
As far as i undertstand this could be fixed by adding the contents of this file to cmd/crictl/completion.go and add a parameter to the completion sub-command that selects between bash or zsh.
The text was updated successfully, but these errors were encountered:
#213 states that installing the completion using
source <(crictl completion)
works for both bash and zsh. Unfortunately this is only true ifbashcompinit
has been loaded in your zshrc. Depending on your zsh setup this might or might not be the case when you source the output of the completion sub-command.As far as i undertstand this could be fixed by adding the contents of this file to cmd/crictl/completion.go and add a parameter to the completion sub-command that selects between bash or zsh.
The text was updated successfully, but these errors were encountered: