Problem/Motivation
Drush commands are autodiscovered, so there is no longer a need for a drush services yml, see https://www.drush.org/12.x/commands/
Proposed resolution
Replace drush.services.yml with AutowireTrait
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
None
API changes
None
Data model changes
None
Issue fork feature_toggle-3559033
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
idebr commentedThe merge request replaces drush.services.yml with AutowireTrait
Comment #5
plopescLooks great. Thank you!