-
Notifications
You must be signed in to change notification settings - Fork 261
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
zsh completion gives errors #426
Comments
I can confirm the error. My suggestion would be to either remove |
I am OK with removing. I was hoping that the completion story in Cobra would get better out of the box. They made it easy to integrate but seems not so useful... It still does not work for me either 😞 |
Removed with #439 We can easily add again once/if the generated code from Cobra gets updated and actually works. |
Do we also have an issue filed against cobra for this ? |
Fixes knative#426 and a couple of patches on top which aren't merged yet - spf13/cobra#884 - spf13/cobra#899
Fixes knative#426 and a couple of patches on top which aren't merged yet - spf13/cobra#884 - spf13/cobra#899
Fixes knative#426 - and a couple of patches on top which aren't merged yet - spf13/cobra#884 - spf13/cobra#899 - also updates viper to 1.4.0
Fixes knative#426 - and a couple of patches on top which aren't merged yet - spf13/cobra#884 - spf13/cobra#899 - also updates viper to 1.4.0
* Updates spf13/cobra dep to v0.0.5 Fixes #426 - and a couple of patches on top which aren't merged yet - spf13/cobra#884 - spf13/cobra#899 - also updates viper to 1.4.0 * Updates to go.sum * Updates go.mod as a result of `go install golang.org/x/tools/cmd/goimports`
This changeset adds to support to perform coverage calculation based on the TypeCoverage type. This change also includes support to provide repos an ability to ignore certain fields based on their needs.
/cc @maximilien from #132 - any pro tips?
The text was updated successfully, but these errors were encountered: