Example for applying multiple filters is incorrect
bolatovumar opened this issue · 1 comments
bolatovumar commented
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.
simonrenoult commented
Hi,
Indeed! I answered in your PR :)