ModClean / modclean

Remove unwanted files and directories from your node_modules folder
MIT License
400 stars 15 forks source link

case-sensitive is always active #50

Closed moky80 closed 6 months ago

moky80 commented 6 months ago

I thought the existing of the command line option --case-sensitive implies case-insensitive is active by default but it is not true. And in my opinion / observation case-insensitive is actually helpful / desired.

moky80 commented 6 months ago

I have found out now that the default ignoreCase option actually works. In my previous false test, the node_modules directory was not direct under the path specified in --path as required.