diff vendor/drush/drush/commands/core/queue.drush.inc @ 18:af1871eacc83

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:33:08 +0100
parents 4c8ae668cc8c
children
line wrap: on
line diff
--- a/vendor/drush/drush/commands/core/queue.drush.inc	Thu Feb 28 13:21:36 2019 +0000
+++ b/vendor/drush/drush/commands/core/queue.drush.inc	Thu May 09 15:33:08 2019 +0100
@@ -25,6 +25,7 @@
     'options' => array(
       'time-limit' => 'The maximum number of seconds allowed to run the queue',
     ),
+    'aliases' => array('queue:run'),
   );
   $items['queue-list'] = array(
     'description' => 'Returns a list of all defined queues',
@@ -41,6 +42,7 @@
         'key-value-item' => 'items',
       ),
       'output-data-type' => 'format-table',
+      'aliases' => array('queue:list'),
     ),
   );