Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / create.terms.yml
index 4e02e8c9e84c320a1142d4d67ba7172ec2fcafdb..6cf9887210b2260867203ef43550b44faab8ff27 100644 (file)
@@ -16,3 +16,12 @@ messages:
     name: 'Name'
     invalid-vocabularies: 'Vocabulary(s) "%s" are invalid'
     created-terms: 'Created "%s" terms successfully'
+examples:
+    - description: 'Provide the vocabulary term name.'
+      execution: drupal create:terms vocabulary
+    - description: 'Provide the limit of terms to add and limit of title words.'
+      execution: |
+        drupal create:terms tags \
+          --limit="10" \
+          --name-words="5"
+