mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-01-23 20:37:33 +00:00
11 lines
248 B
YAML
11 lines
248 B
YAML
|
services:
|
||
|
app.cli:
|
||
|
class: Symfony\Component\Console\Application
|
||
|
autowire: true
|
||
|
|
||
|
app.generator.command:
|
||
|
class: Opdavies\GmailFilterBuilder\Console\Command\GenerateCommand
|
||
|
autowire: true
|
||
|
tags:
|
||
|
- { name: ConsoleCommand }
|