Set default command

This commit is contained in:
Oliver Davies 2018-01-10 23:52:22 +00:00
parent fc629ead56
commit 99caed2737
3 changed files with 6 additions and 2 deletions

View file

@ -3,7 +3,7 @@ services:
class: Symfony\Component\Console\Application
autowire: true
app.generator.command:
app.generate.command:
class: Opdavies\GmailFilterBuilder\Console\Command\GenerateCommand
autowire: true
tags: