drush icon indicating copy to clipboard operation
drush copied to clipboard

Improve logging when installing modules

Open DieterHolvoet opened this issue 1 year ago • 2 comments

I had an idea for improved logging when installing modules. I thought it would be useful to render help/permissions/configure links as done on the admin/modules page. This did require me to split up the success message into one module per line, instead of logging it as a comma separated list. I also changed the success message to be the same as the one when enabling through the UI.

CleanShot 2024-09-10 at 12 04 31

Let me know if you like the change, if so I'll further clean up the PR.

DieterHolvoet avatar Sep 10 '24 10:09 DieterHolvoet

Looks useful to me. We used to have this same feature in the very old days. You think that href syntax is supported widely enough?

weitzman avatar Sep 18 '24 20:09 weitzman

The Symfony Console docs on hyperlinks links to the list of terminal emulators that support hyperlinks. It hasn't been updated in a couple years though. Here's another, more recent overview.

DieterHolvoet avatar Sep 19 '24 09:09 DieterHolvoet