fxpio / composer-asset-plugin

NPM/Bower Dependency Manager for Composer
MIT License
893 stars 156 forks source link

Update CLI output #280

Open schmunk42 opened 7 years ago

schmunk42 commented 7 years ago

While working on another PR I noticed some weird behavior of the CLI output. A question in general: Is the isVerbose setting still needed or could most IO related output controller with the verbosity setting?

Here's my wip: https://github.com/schmunk42/composer-asset-plugin/compare/feature/skip-asset-update...schmunk42:feature/update-output

And here a screenshot how it looks with the changes above (still need some minor tuning): bildschirmfoto 2017-03-08 um 08 52 01

A problem is, that tests would have to be adjusted here and there. Let me know if you'd accept a PR with these updates (100% test-coverage then) - or if there are problems I might not see.

Changes are basically just adjustments to verbosity level.