Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / taxonomy.term.delete.yml
index d06faf36092a13345ed0f02f70a6126f08f4e027..5ebd28c54017f78ac1075460b2809876aa4e4726 100644 (file)
@@ -1,2 +1,11 @@
 description: 'Delete taxonomy terms from a vocabulary'
+vid: 'Enter vocabulary id'
 help: 'This command takes the VID as argument or all which will delete every term from every vocabulary'
+messages:
+  nothing: 'All taxonomy terms from "%s" vocabulary already deleted.'
+  processing: 'Deleting "%s" taxonomy term.'
+  invalid-vocabulary: 'Invalid "%s" vocabulary.'
+examples:
+  - description: 'Delete all terms of the "tags" vocabulary'
+    execution: |
+      drupal taxonomy:term:delete  tags