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