Missing description in messenger:setup-transports command

making `bin/console` to show an empty description when the rest of the commands have one.
This commit is contained in:
Carlos Buenosvinos 2020-05-12 17:55:18 +02:00 committed by Fabien Potencier
parent 6541ac2d03
commit d31d1e0111

View File

@ -41,6 +41,7 @@ class SetupTransportsCommand extends Command
{
$this
->addArgument('transport', InputArgument::OPTIONAL, 'Name of the transport to setup', null)
->setDescription('Prepares the required infrastructure for the transport')
->setHelp(<<<EOF
The <info>%command.name%</info> command setups the transports: