Closed
Description
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 works
Of course i could put the -v at the end, but is that now required?