hoaproject / Devtools

The Hoa\Devtools library.
https://hoa-project.net/
6 stars 6 forks source link

DevTools:cs - Add a flag to enable verbose mode. #52

Closed shulard closed 6 years ago

shulard commented 6 years ago

Since php-cs-fixer is run using the globally installed binary, we must handle edge case / breaking change between version (See #51).

To be able to detect those incompatibilities, we must be able to check php-cs-fixer verbose output...

Hywan commented 6 years ago

Thanks!

Hywan commented 6 years ago

You just forgot to add a help message about the -v/--verbose option. See https://github.com/hoaproject/Devtools/pull/54.