@@ -25,12 +25,12 @@ |
||
| 25 | 25 | protected function configure() |
| 26 | 26 | { |
| 27 | 27 | $this->setName('list') |
| 28 | - ->addArgument( |
|
| 29 | - 'workerNamePattern', |
|
| 30 | - InputArgument::OPTIONAL, |
|
| 31 | - 'Regex pattern of the worker name', |
|
| 32 | - null |
|
| 33 | - ) |
|
| 28 | + ->addArgument( |
|
| 29 | + 'workerNamePattern', |
|
| 30 | + InputArgument::OPTIONAL, |
|
| 31 | + 'Regex pattern of the worker name', |
|
| 32 | + null |
|
| 33 | + ) |
|
| 34 | 34 | ->setDescription('List AMQP workers'); |
| 35 | 35 | } |
| 36 | 36 | |