services: Chill\PersonBundle\Command\ImportPeopleFromCSVCommand: arguments: $logger: '@logger' $helper: '@Chill\MainBundle\Templating\TranslatableStringHelper' $em: '@Doctrine\ORM\EntityManagerInterface' $customFieldProvider: '@Chill\CustomFieldsBundle\Service\CustomFieldProvider' $eventDispatcher: '@Symfony\Component\EventDispatcher\EventDispatcherInterface' tags: - { name: console.command } Chill\PersonBundle\Command\ChillPersonMoveCommand: arguments: $em: '@Doctrine\ORM\EntityManagerInterface' $mover: '@Chill\PersonBundle\Actions\Remove\PersonMove' $chillLogger: '@chill.main.logger' tags: - { name: console.command }