Skip to content

--verbose does not allow values #6477

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
TobiasXy opened this issue Apr 14, 2016 · 2 comments
Closed

--verbose does not allow values #6477

TobiasXy opened this issue Apr 14, 2016 · 2 comments
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)

Comments

@TobiasXy
Copy link

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

@xabbuh xabbuh added bug good first issue Ideal for your first contribution! (some Symfony experience may be required) actionable Clear and specific issues ready for anyone to take them. Console labels Apr 14, 2016
@xabbuh
Copy link
Member

xabbuh commented Apr 14, 2016

Thanks for spotting and reporting this @TobiasXy. It should be easy to fix.

@xabbuh
Copy link
Member

xabbuh commented Apr 14, 2016

So what I meant is we would warmly welcome if you would like to create a pull request for this. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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)
Projects
None yet
Development

No branches or pull requests

2 participants