mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-04 04:35:33 +01:00
Set default command
This commit is contained in:
parent
fc629ead56
commit
99caed2737
3 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
use Opdavies\GmailFilterBuilder\Console\Command\GenerateCommand;
|
||||
use Opdavies\GmailFilterBuilder\Container\Container;
|
||||
use Symfony\Component\Console\Application;
|
||||
|
||||
|
@ -9,4 +10,5 @@ $container = new Container();
|
|||
|
||||
/** @var Application $application */
|
||||
$application = $container->get('app.cli');
|
||||
$application->setDefaultCommand(GenerateCommand::NAME);
|
||||
$application->run();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue