-
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
Set SilenceErrors: true
on rootCmd
so that we can deal with errors ourselves
#96
Conversation
where is the printing coming from? i think we should keep consistent top level error printing and remove dup from somewhere else. |
Actually the issue is that Cobra is automatically dealing with errors by default. See latest commit. I silence errors from Cobra and deal with them globally again in |
SilenceErrors: true
on rootCmd
so that we can deal with errors ourselves
Tests failures seem to come from tests servers giving
|
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cppforlife, maximilien, navidshaikh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Create a Makefile to deploy Gubernator Bonus: fixes knative#74. * Also fix knative#96. * Add copyright boilerplate to redir_github.py
Fixes issue #89