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
This commit fixes two issues with kubectl plugin completion:
1. Zsh completion was truncating the completion function because it
removed everything after the compdef line instead of just that line
2. kubectl_coco (plugin form) was not registered in the #compdef
directive, so 'kubectl coco <TAB>' didn't work
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
Signed-off-by: Pradipta Banerjee <[email protected]>
0 commit comments