$input = new ArgvInput(); $output = new ConsoleOutput(); $io = new SymfonyStyle($input, $output); $io->sucess('it run');