Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / create.comments.yml
index 0557a461ef3b14c72017ecac2bcc63cccc39042c..8f4f057579ea12963379f7726a84f9d275945f42 100644 (file)
@@ -28,3 +28,13 @@ messages:
     created: 'Created Time'
     invalid-content-types: 'Content types "%s" are invalid'
     created-comments: 'Created "%s" comments successfully'
+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"
+