Skip to content

Commit

Permalink
Missing description in messenger:setup-transports command
Browse files Browse the repository at this point in the history
making `bin/console` to show an empty description when the rest of the commands have one.
  • Loading branch information
carlosbuenosvinos authored and fabpot committed May 12, 2020
1 parent 6541ac2 commit d31d1e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ protected function configure()
{
$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:
Expand Down

0 comments on commit d31d1e0

Please sign in to comment.