TYPO3  7.6
command_0.php
Go to the documentation of this file.
1 <?php
2 
6 
7 //Ensure has single blank line at start when using block element
8 return function (InputInterface $input, OutputInterface $output) {
9  $output = new SymfonyStyle($input, $output);
10  $output->caution('Lorem ipsum dolor sit amet');
11 };