-
Notifications
You must be signed in to change notification settings - Fork 40k
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
client-gen: register standard flags #53999
client-gen: register standard flags #53999
Conversation
@sttts why was this closed? |
I think this is still worth for the golog flags :-) I'm going to make some changes to clientgen today, so I will test this PR. The code looks good to me. |
@mfojtik note that this is a quickfix for 1.8. In master we only call |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mfojtik, sttts Associated issue: 53998 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue. |
Fixes #53998.
The first
flag.Parse
refuses the glog and gengo flags because the go-flags are only added to the flagset when gengo'sexecute
is called. On master this was fixed via #53202. Here we apply a minimal patch only.