mirror of
https://gitee.com/hyperf/hyperf.git
synced 2024-12-03 20:27:59 +08:00
Fix the desc
This commit is contained in:
parent
8557de951e
commit
1676f1618b
@ -54,8 +54,8 @@ class ListenersCommand extends HyperfCommand
|
||||
protected function configure()
|
||||
{
|
||||
$this->setDescription('Describe the events and listeners.')
|
||||
->addOption('events', 'e', InputOption::VALUE_OPTIONAL, 'Get the detail of the specified route information by path', null)
|
||||
->addOption('listeners', 'l', InputOption::VALUE_OPTIONAL, 'Which server you want to describe routes.', null);
|
||||
->addOption('events', 'e', InputOption::VALUE_OPTIONAL, 'Get the detail of the specified information by events.', null)
|
||||
->addOption('listeners', 'l', InputOption::VALUE_OPTIONAL, 'Get the detail of the specified information by listeners.', null);
|
||||
}
|
||||
|
||||
protected function handleData(ListenerProviderInterface $provider, ?array $events, ?array $listeners): array
|
||||
|
Loading…
Reference in New Issue
Block a user