drush.services.yml in Markdown 8.2
File
drush.services.ymlView source
- services:
- markdown.commands:
- class: Drupal\markdown\Commands\MarkdownCommands
- arguments: [ '@file_system', '@logger.channel.markdown']
- tags:
- - { name: drush.command }