Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / create.users.yml
index 057bf42c4402cf54f38c031881846983547e352f..8ddf602e5113c24d2658f1dbc9cb44d3908189b4 100644 (file)
@@ -25,3 +25,13 @@ messages:
     username: 'Username'
     created: 'Created Time'
     created-users: 'Created "%s" users successfully'
+examples:
+    - description: 'Provide the user role.'
+      execution: drupal create:users role
+    - description: 'Provide the number of users to create, password and time range to create.'
+      execution: |
+        drupal create:users role \
+          --limit="5" \
+          --password="usersnewpassword" \
+          --time-range="1"
+