Closed (fixed)
Project:
Drush
Version:
7.x-5.x-dev
Component:
Core Commands
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2013 at 21:22 UTC
Updated:
7 Aug 2013 at 08:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerComment #2
jibranI was waiting for this feature. Thanks @dawehner
Comment #3
msonnabaum commentedNo shell colors? Surely we can slap some [34m on that.
Comment #4
nod_how is that not critical?
Comment #5
xanoALL THE THINGS!
Comment #6
dawehnerThat one seems to be more impressive:
Comment #7
jibranIt is awesome. Let's get this in.
Comment #8
dawehnerComment #9
moshe weitzman commentedFixed this up so it works on all commands. Also decided to move all code to a new druplicon.drush.inc commandfile. The ascii files stay in misc. Thanks.
Comment #10
attiks commentedWould love to see this backported to make jenkins more pleasing to look at.
Comment #11
attiks commentedComment #12
moshe weitzman commentedActually, the patch that got committed was a bit different than what was posted here. I'm pretty sure it will work without modification in drush 5. See http://drupalcode.org/project/drush.git/commitdiff/c5f7fe87681806f5d2737....
However, I'm not feeling the urge to backport this. I think each release needs some personality and theme and this one belongs to 6. Folks who really want it for 5 can use the commandfile as is, and put the files in misc or change the paths in the commandfile.
Comment #13
attiks commented#12 Moshe, I checked the patch (curl http://drupalcode.org/project/drush.git/commitdiff_plain/c5f7fe87681806f... | git apply -v) and after a
drush cache-clear drushit works perfectlyComment #14
attiks commentedSmall remark: the druplicon now appears at the end, not the beginning of the output.