add drush command
This commit is contained in:
parent
3310455a70
commit
cb58638fe9
7 changed files with 360 additions and 82 deletions
7
drush.services.yml
Normal file
7
drush.services.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
dfg_3dviewer.commands:
|
||||
class: Drupal\dfg_3dviewer\Drush\Commands\Dfg3dViewerCommands
|
||||
arguments:
|
||||
- '@dfg_3dviewer.config_applier'
|
||||
tags:
|
||||
- { name: drush.command }
|
||||
Loading…
Add table
Add a link
Reference in a new issue