Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-en / translations / cron.execute.yml
index d5869bae5dd6be95344addcac6a54a9729b68279..a4f2b78be27e78fa89c6ae7c2e4c508704ee123e 100644 (file)
@@ -4,3 +4,11 @@ messages:
     executing-cron: 'Executing cron function of module "%s"'
     success: 'All cron implementations requested were executed successfully'
     lock: 'Attempting to re-run cron while it is already running'
+examples:
+    - description: 'Execute the cron globally'
+      execution: |
+        drupal cron:execute
+    - description: 'Execute the cron on the specified module'
+      execution: |
+        drupal cron:execute \
+          <module>