drush.services.yml in Checklist API 8
File
drush.services.ymlView source
- services:
- checklistapi.commands:
- class: \Drupal\checklistapi\Commands\ChecklistapiCommands
- arguments: ['@logger.factory']
- tags:
- - { name: drush.command }