Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / drupal / console-en / translations / create.terms.yml
index 4e02e8c9e84c320a1142d4d67ba7172ec2fcafdb..be26f06cc34b94533e790e311524c44537301bd3 100644 (file)
@@ -16,3 +16,13 @@ messages:
     name: 'Name'
     invalid-vocabularies: 'Vocabulary(s) "%s" are invalid'
     created-terms: 'Created "%s" terms successfully'
+    error: 'Error creating terms: "%s"'
+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"
+