simonrenoult/code-complexity

Example for applying multiple filters is incorrect

bolatovumar opened this issue · 1 comments

README file shows this as an example for applying multiple filters:

$ code-complexity <dir> --filter 'src/**','!src/front'

This doesn't seem to actually work. I think it should be $ code-complexity <dir> --filter 'src/**, !src/front' instead as that seems to work.

Hi,

Indeed! I answered in your PR :)