|
|
|
@ -3,15 +3,15 @@
|
|
|
|
|
namespace Spip\Cli; |
|
|
|
|
|
|
|
|
|
use Psr\Container\ContainerInterface; |
|
|
|
|
use Spip\Cli\Container\Container; |
|
|
|
|
use Spip\Cli\Console\Style\SpipCliStyle; |
|
|
|
|
use Spip\Cli\Container\Container; |
|
|
|
|
use Symfony\Component\Console\Application as ConsoleApplication; |
|
|
|
|
use Symfony\Component\Console\Input\ArgvInput; |
|
|
|
|
use Symfony\Component\Console\Input\ArrayInput; |
|
|
|
|
use Symfony\Component\Finder\Finder; |
|
|
|
|
use Symfony\Component\Console\Input\InputInterface; |
|
|
|
|
use Symfony\Component\Console\Output\ConsoleOutput; |
|
|
|
|
use Symfony\Component\Console\Output\OutputInterface; |
|
|
|
|
use Symfony\Component\Finder\Finder; |
|
|
|
|
|
|
|
|
|
class Application extends ConsoleApplication { |
|
|
|
|
|
|
|
|
|