Chris@0: services: Chris@0: woot.manager: Chris@0: class: Drupal\woot\WootManager Chris@0: arguments: ['@current_user'] Chris@0: tags: Chris@0: - { name: consolidation.commandhandler } Chris@0: woot.command: Chris@0: class: Drupal\woot\Commands\WootCommands Chris@0: tags: Chris@0: - { name: consolidation.commandhandler } Chris@0: greet.command: Chris@0: class: Drupal\woot\Commands\GreetCommand Chris@0: tags: Chris@0: - { name: drush.command } Chris@0: annotated_greet.command: Chris@0: class: Drupal\woot\Commands\AnnotatedGreetCommand Chris@0: tags: Chris@0: - { name: drush.command }