Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Symfony version(s) affected: master
Description
I saw that the Application.php-L874 has a handle to --verbose=<value>, but this usage raises an exception when the console is executed.
--verbose=<value>
When I execute in the console:
$ <console-progrom-name> list --verbose=3
Will throw an exception:
[Symfony\Component\Console\Exception\RuntimeException] The `--verbose` option does not accept a value.
The text was updated successfully, but these errors were encountered:
I checked the unit test, the unit test did not take effect because of the use of ArrayInput. This problem only occurs when using ArgvInput
ArrayInput
ArgvInput
Sorry, something went wrong.
I saw an explanation about this behavior. This question is closed. !9566
No branches or pull requests
Symfony version(s) affected: master
Description
I saw that the Application.php-L874 has a handle to
--verbose=<value>
, but this usage raises an exception when the console is executed.When I execute in the console:
Will throw an exception:
The text was updated successfully, but these errors were encountered: