mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-01-22 20:17:31 +00:00
14 lines
318 B
YAML
14 lines
318 B
YAML
services:
|
|
app.cli:
|
|
class: Symfony\Component\Console\Application
|
|
autowire: true
|
|
|
|
app.builder:
|
|
class: Opdavies\GmailFilterBuilder\Service\Builder
|
|
|
|
app.generate.command:
|
|
class: Opdavies\GmailFilterBuilder\Console\Command\GenerateCommand
|
|
autowire: true
|
|
tags:
|
|
- { name: ConsoleCommand }
|