Skip to content

Commit

Permalink
Merge pull request #263 from peterwilsoncc/fix/262-export-docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Aug 12, 2024
2 parents 086eea6 + 77071f4 commit a2f39f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DB_Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,9 @@ public function query( $args, $assoc_args ) {
* [--porcelain]
* : Output filename for the exported database.
*
* [--add-drop-table]
* : Include a `DROP TABLE IF EXISTS` statement before each `CREATE TABLE` statement.
*
* [--defaults]
* : Loads the environment's MySQL option files. Default behavior is to skip loading them to avoid failures due to misconfiguration.
*
Expand Down

0 comments on commit a2f39f6

Please sign in to comment.