wp-cli / db-command

Performs basic database operations using credentials stored in wp-config.php.
MIT License
71 stars 57 forks source link

Docs: Add `--add-drop-table` to export command options. #263

Closed peterwilsoncc closed 2 months ago

peterwilsoncc commented 2 months ago

Extends the options docblock of the wp db export command to include the --add-drop-table switch.

Fixes #262.