Closed (fixed)
Project:
Advanced Queue
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2012 at 11:18 UTC
Updated:
20 Dec 2012 at 10:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
jsacksick commentedHere's a proposed patch, this will allow you to run
drush advancedqueue <queue>I'm not really sure about theexplode(',' $queue);though.Comment #2
amitaibuKicking testbot.
Comment #3
amitaibuWhy remove the drush_get_option?
One should do
drush advancedqueue --queue=foo,barComment #4
jsacksick commentedBecause the "queue" is declared as an argument in the
hook_drush_command()not as an option. See belowComment #5
amitaibuCommitted, thanks.