Created CLI scripts for Windows OS

This commit is contained in:
Alejandro Celaya
2016-08-15 09:21:14 +02:00
parent 4bbdccf981
commit 804d99ebf7
4 changed files with 26 additions and 19 deletions

View File

@@ -1,11 +1,4 @@
#!/usr/bin/env php
<?php
use Interop\Container\ContainerInterface;
use Symfony\Component\Console\Application as CliApp;
/** @var ContainerInterface $container */
$container = include __DIR__ . '/../config/container.php';
/** @var CliApp $app */
$app = $container->get(CliApp::class);
$app->run();
include 'cli.php';