eliben / pss

pss is a power-tool for searching inside source code files.
Other
327 stars 46 forks source link

Add -E as shortcut for --exclude-pattern #75

Open mpenning opened 1 year ago

mpenning commented 1 year ago

'-E' is a time-saver to avoid '--exclude-pattern' spam if you need to exclude matching on a lot of character patterns

mpenning commented 1 year ago

Can you add a sanity test to test_pssmain.py?

I just did... I expanded one of the existing test methods... please see commit d380e2e

eliben commented 1 year ago

Please fix the failing tests