Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drupal / console-en / translations / create.comments.yml
index 0557a461ef3b14c72017ecac2bcc63cccc39042c..f3a7a6539c9c2058e1f5d76b935138aa1acbb4be 100644 (file)
@@ -28,3 +28,14 @@ messages:
     created: 'Created Time'
     invalid-content-types: 'Content types "%s" are invalid'
     created-comments: 'Created "%s" comments successfully'
+    error: 'Error creating comments: "%s"'
+examples:
+    - description: 'Provide the node id where the comments will be generated.'
+      execution: drupal create:comments  node-id
+    - description: 'Provide number of comments to generate, max title words and time range.'
+      execution: |
+        drupal create:comments  node-id \
+          --limit="2" \
+          --title-words="5" \
+          --time-range="1"
+