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
Cobra has a builtin generator to create completion scripts for bash and zsh. Many projects make use of this generator, among others sigs.k8s.io/krew, k8s.io/minikube, or GoogleContainerTools/skaffold. This is usually used as source <(berglas completion zsh) in your shell, which then offers an improved CLI experience -- especially for new and casual users.
Is there a particular reason why berglas does not want that?
The text was updated successfully, but these errors were encountered:
Cobra has a builtin generator to create completion scripts for
bash
andzsh
. Many projects make use of this generator, among others sigs.k8s.io/krew, k8s.io/minikube, or GoogleContainerTools/skaffold. This is usually used assource <(berglas completion zsh)
in your shell, which then offers an improved CLI experience -- especially for new and casual users.Is there a particular reason why
berglas
does not want that?The text was updated successfully, but these errors were encountered: