You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's useful when you do e.g. wp db export --skip-opt --add-drop-table though.
I was perhaps a bit overly quick to merge #263. I realized we don't mention all the other mysqldump options in the docs, only the ones relevant for WP-CLI itself. So I think we should remove it again but make the docs and examples clearer what's for mysqldump and what's for WP-CLI.
Bug Report
Describe the current, buggy behavior
The first example in the
wp db export
docs includes the switch--add-drop-table
However the switch is not included in the options section of the docblock.
Describe how other contributors can replicate this bug
See https://developer.wordpress.org/cli/commands/db/export/
Describe what you would expect as the correct outcome
Add the switch to the options section
Let us know what environment you are running this on
Provide a possible solution
As above.
Provide additional context/Screenshots
The text was updated successfully, but these errors were encountered: