-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Need to pass the true paramater with --syslog in cobra #2725
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rhatdan 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 |
@edsantiago @baude PTAl |
LGTM |
This is beyond my ken. I have no experience with the code under |
Currently cobra can not handle a boolean option without a vailue. This change fixes an issue if you want syslog information to show up based on the cleanup call. Signed-off-by: Daniel J Walsh <[email protected]>
I'm still confused, but I'm giving up. According to this cobra comment what we're seeing should not happen: cobra should require an equals sign, not just blindly gobble the next arg. According to my reading of For extra fun, try |
This sounds more like a bug in Cobra than something Podman should fix, but LGTM, I suppose. |
/lgtm |
Currently cobra can not handle a boolean option without a vailue.
This change fixes an issue if you want syslog information to show up
based on the cleanup call.
Signed-off-by: Daniel J Walsh [email protected]