wxt-8.x-3.011/modules/custom/wxt_core/drush.services.yml
modules/custom/wxt_core/drush.services.yml
services:
wxt_core.hooks:
class: '\Drupal\wxt_core\Commands\Hooks'
arguments:
- '@extension.list.profile'
- '%install_profile%'
- '@plugin.cache_clearer'
- '@string_translation'
tags:
- { name: drush.command }
wxt_core.commands:
class: \Drupal\wxt_core\Commands\WxTCoreCommands
arguments:
- '@wxt.update_manager'
tags:
- { name: drush.command }
