Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / database.drop.yml
index 05f4c6421ce121f6016b808abfbb5830acb5bc56..6f71d05bd5eaaf704acb3c96c6fd570dee78b153 100644 (file)
@@ -1,9 +1,14 @@
 description: "Drop all tables in a given database."
 help: 'The <info>database:drop</info> command helps you drop database tables.'
 arguments:
-  database: "Database key from settings.php"
+  database: 'Database key from settings.php'
 question:
     drop-tables: 'Confirm you really want to drop all tables in the database "%s"?'
 messages:
     table: 'Table'
     table-drop: 'Drop "%s" tables successfully'
+examples:
+    - description: 'Drop the tables on the database specified on the argument'
+      execution: |
+        drupal database:drop \
+          <database>