wse-1.0.x-dev/modules/wse_deploy/drush.services.yml
modules/wse_deploy/drush.services.yml
services:
wse_deploy.commands:
class: Drupal\wse_deploy\Commands\WseDeployCommands
arguments:
- '@entity_type.manager'
- '@wse_deploy.workspace_importer'
- '@wse.workspace_reverter'
tags:
- { name: drush.command }
