Moshe Weitzman
Moshe Weitzman
Both of those annotations are in use in their Attribute equivalent. Looks like all thats needed here is to add the https://github.com/drush-ops/drush/blob/12.x/src/Attributes/FilterDefaultField.php attribute with a value of `name`. For extra...
This command outputs slightly differently depending depending on whether a --path has been provided (a list versus a detail). The list view cant support --filter unless we put name and...
Two workarounds: 1. It is not supported to extend a commandfile's class. Drush core commandfiles are now all `final` to communicate that. 2. Also, [stop using drush.services.yml files and use...
@chx any thoughts?
That makes sense. Quiiz is misbehaving here. Anyway, this PR is already merged and it added just a small condition so lets keep it. Thanks everyone.
what does drupal 10 use? i'd like to call its routine, if possible.
Drupal may not be bootstrapped yet. thsi doesnt look right to me. Also see the comment at top ``` ** * Log PHP errors to the Drush log. This is...
Not planned.
The behavior change for those folks is that they no longer see "Drush terminated abnormally". You think thats very helpful? A redirect during a Cli request is a fatal error...
I'm not sure that exit(0) test says much. Nobody does that. I have also seen sites using redirects like you said. I added a header() call to settings.php and it...