Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / create.vocabularies.yml
index cdc9a557d703fed4ac921941f311762167cfb215..ca70cf4dc6643d5c41555b79144f79ab7eedd03d 100644 (file)
@@ -12,3 +12,10 @@ messages:
     name: 'Name'
     created-terms: 'Created "%s" vocabularies successfully'
     error: 'Error creating vocabularies: "%s"'
+examples:
+    - description: 'Provide the number of vocabularies to create and maximum number of words in vocabulary names'
+      execution: |
+        drupal create:vocabularies \
+          --limit="5" \
+          --name-words="5"
+