Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / src / Commands / generate / Generators / Drush / drush.services.twig
diff --git a/vendor/drush/drush/src/Commands/generate/Generators/Drush/drush.services.twig b/vendor/drush/drush/src/Commands/generate/Generators/Drush/drush.services.twig
new file mode 100644 (file)
index 0000000..a244ac0
--- /dev/null
@@ -0,0 +1,5 @@
+services:
+  {{ machine_name }}.commands:
+    class: \Drupal\{{ machine_name }}\Commands\{{ class }}
+    tags:
+      - { name: drush.command }