11 class Application extends \Symfony\Component\Console\Application {
22 $this->configureIO($input, $output);
24 if (!$output->isDecorated() && !$input->hasParameterOption([
'--no-ansi'],
true)) {
25 $output->setDecorated(
true);
Wrapper for console application.
setup(InputInterface $input, OutputInterface $output)
Configure input and output.