Closed (fixed)
Project:
Drush
Component:
PM (dl, en, up ...)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2011 at 20:59 UTC
Updated:
26 Dec 2011 at 02:50 UTC
Jump to comment: Most recent file
$ drush dl --select ctools grammar_parser autoload
Choose one of the available releases:
[0] : Cancel
[1] : 6.x-1.x-dev - 2011-May-17 - Development
[2] : 6.x-1.8 - 2010-Oct-29 - Supported, Recommended, Installed
[3] : 6.x-1.4 - 2010-May-20 - Security
I have no way of knowing what the question means.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | show_project_name-7.x-4.x-1192228-6.patch | 1.22 KB | kotnik |
| #3 | show_project_name-1192228.patch | 1.22 KB | kotnik |
Comments
Comment #1
tsvenson commentedMy guess is that the --select option wasn't intended to be used for more than one project at a time. However, when you do us it for two or more, it will show you the list with choices one at a time in the order they are entered. Thus in your case it started with ctools.
My suggestion is to change:
To:
Then no special treatment is needed for if its one or several projects.
Comment #2
greg.1.anderson commented--select is currently broken in master, but this is a good suggestion all the same.
Comment #3
kotnik commentedThis patch lets user know for which project drush is selecting options.
Comment #4
greg.1.anderson commentedThat's a very good idea.
Comment #5
moshe weitzman commentedCommitted to master. Does not apply cleanly to 7.x-4.x. Hopefully someone can to reroll for that.
Comment #6
kotnik commentedHere's a patch that can be applied to 7.x-4.x.
Comment #7
moshe weitzman commentedcommitted to 4.x