You are here

drush.services.yml in Markdown 8.2

File

drush.services.yml
View source
  1. services:
  2. markdown.commands:
  3. class: Drupal\markdown\Commands\MarkdownCommands
  4. arguments: [ '@file_system', '@logger.channel.markdown']
  5. tags:
  6. - { name: drush.command }