flosse / sloc

simple tool to count SLOC (source lines of code)
MIT License
943 stars 84 forks source link

Can sloc support additional file extension for source files ? #94

Open xworks opened 7 years ago

xworks commented 7 years ago

For example, my c++ file extension is ".inl", not ".cpp" or other extensions, can sloc support that ?

itsgreggreg commented 6 years ago

running sloc by itself will show you that -a and --alias will allow you to alias one extension for another so sloc -a ini=cpp is what you are looking for.