--verbose
does not allow values
#6477
Labels
actionable
Clear and specific issues ready for anyone to take them.
bug
Console
good first issue
Ideal for your first contribution! (some Symfony experience may be required)
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
The text was updated successfully, but these errors were encountered: