8000 Missing description in `messenger:setup-transports` command · symfony/symfony@d31d1e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit d31d1e0

Browse files
carlosbuenosvinosfabpot
authored andcommitted
Missing description in messenger:setup-transports command
making `bin/console` to show an empty description when the rest of the commands have one.
1 parent 6541ac2 commit d31d1e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Messenger/Command/SetupTransportsCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ protected function configure()
4141
{
4242
$this
4343
->addArgument('transport', InputArgument::OPTIONAL, 'Name of the transport to setup', null)
44+
->setDescription('Prepares the required infrastructure for the transport')
4445
->setHelp(<<<EOF
4546
The <info>%command.name%</info> command setups the transports:
4647

0 commit comments

Comments
 (0)
0