-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Change verbose flag in dump command to avoid colliding with global version flag #6822
Conversation
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Can you update docs as well? Does this need to be backported? |
No need to backport since it was introduced with #6631 which is new to 1.9 |
Signed-off-by: jolheiser <john.olheiser@gmail.com>
@techknowlogick Done, I did a quick search and only found it referenced once in docs. If someone knows of another place let me know, but searching for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks :)
Codecov Report
@@ Coverage Diff @@
## master #6822 +/- ##
==========================================
+ Coverage 41.21% 41.21% +<.01%
==========================================
Files 421 421
Lines 58118 58118
==========================================
+ Hits 23951 23956 +5
+ Misses 30994 30990 -4
+ Partials 3173 3172 -1
Continue to review full report at Codecov.
|
Sorry peeps for introducing that bug! |
As title
Fixes #6821