mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-01 03:18:31 +01:00
Start using Symfony Components
This commit is contained in:
parent
b61178b9b0
commit
bc3dae9c48
9 changed files with 131 additions and 13 deletions
12
bin/generate-filters.php
Normal file
12
bin/generate-filters.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
use Opdavies\GmailFilterBuilder\Container\Container;
|
||||
use Symfony\Component\Console\Application;
|
||||
|
||||
require_once __DIR__.'/../vendor/autoload.php';
|
||||
|
||||
$container = new Container();
|
||||
|
||||
/** @var Application $application */
|
||||
$application = $container->get('app.cli');
|
||||
$application->run();
|
Loading…
Add table
Add a link
Reference in a new issue