gkz / grasp

JavaScript structural search, replace, and refactor
http://graspjs.com
MIT License
1.28k stars 33 forks source link

question: not able to exclude template (.ejs) files #11

Closed tqwhite closed 10 years ago

tqwhite commented 10 years ago

No matter where I place or how I write the extensions flag, it gives me this error:

"Can't set argument 'x' when not last flag in a group of short flags."

My structure has the template files in directories inside the controller directory. Parse errors on the .ejs files make the listing impossible to read.

In the big picture, finding a way to parse the template fils is going to be necessary for this to be fully useful, imho.

Thanks for the cool tool. It's really an interesting thing to do.