17 use Symfony\Component\Console\Application;
18 use Symfony\Component\Console\Command\Command;
19 use Symfony\Component\Console\Input\InputInterface;
20 use Symfony\Component\Console\Output\OutputInterface;
41 $this->ignoreValidationErrors();
63 parent::setApplication($application);
64 $description = $this->command->getDescription();
65 $description = str_replace(LF,
' ', $description);
66 $this->setDescription($description);
79 if ($_SERVER[
'argv'][1] ===
'extbase:help') {
80 $_SERVER[
'argv'][1] =
'extbase:help:help';
82 $bootstrap = GeneralUtility::makeInstance(Bootstrap::class);
83 $bootstrap->run(
'', []);