Version 1
[yaffs-website] / vendor / drush / drush / tests / resources / modules / d8 / woot / woot.services.yml
diff --git a/vendor/drush/drush/tests/resources/modules/d8/woot/woot.services.yml b/vendor/drush/drush/tests/resources/modules/d8/woot/woot.services.yml
new file mode 100644 (file)
index 0000000..186c082
--- /dev/null
@@ -0,0 +1,18 @@
+services:
+  woot.manager:
+    class: Drupal\woot\WootManager
+    arguments: ['@current_user']
+    tags:
+      -  { name: consolidation.commandhandler }
+  woot.command:
+    class: Drupal\woot\Commands\WootCommands
+    tags:
+      -  { name: consolidation.commandhandler }
+  greet.command:
+    class: Drupal\woot\Commands\GreetCommand
+    tags:
+      -  { name: drush.command }
+  annotated_greet.command:
+    class: Drupal\woot\Commands\AnnotatedGreetCommand
+    tags:
+      -  { name: drush.command }