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
I was trying to run the console script for composer/satis, but it fails with dev-master of symfony/console, is working with 2.3.6.
the command is: bin/satis -v build config.json ./web
bin/satis -v build config.json ./web
What happens (as verbose now has optional values) is that the the second argument (build) is the value for verbose.
build
Is that expected?
if i try : bin/satis -vv build config.json ./web it works
bin/satis -vv build config.json ./web
Of course i could put the -v at the end, but is that now required?
The text was updated successfully, but these errors were encountered:
Probably due to #8835
Sorry, something went wrong.
60eb4f6
Successfully merging a pull request may close this issue.
I was trying to run the console script for composer/satis, but it fails with dev-master of symfony/console, is working with 2.3.6.
the command is:
bin/satis -v build config.json ./web
What happens (as verbose now has optional values) is that the the second argument (
build
) is the value for verbose.Is that expected?
if i try :
bin/satis -vv build config.json ./web
it worksOf course i could put the -v at the end, but is that now required?
The text was updated successfully, but these errors were encountered: