Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Closed
Description
It is not possible to use the--verbose
option with a value as it is described here:
https://symfony.com/doc/current/components/console/usage.html#global-options
A command like this will fail:php bin/console router:match / --verbose=2
See this bug report in the symfony/symfony repository:symfony/symfony#18546