The YAML file of drush.services.yml has an indent for 'tags' that is invalid, causing an error for drush
https://git.drupalcode.org/project/scss/-/blob/8.x-1.x/drush.services.yml
Install and enable module
Run some drush commands
Add 'services:' as first line
Remove the two spaces before 'tags' in the YAML file.
services:
scss.commands:
class: \Drupal\scss\Commands\ScssCommands
tags:
- { name: drush.command }
Apologies, I don't have the setup to do a patch here, but will revisit when I can.
Closed: outdated
1.2
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.