Utility for counting code line's count.
ccl <RootFolder> <Suffix> [<Suffix>,...] [<Options>]
RootFolder: Folder to count.
Suffix: Suffix of code file. Start with '.'.
Options:
- --blank-lines, -b Count blank lines.
- --hidden-folders, -f Count hidden folders (Start with '.').
- --verbose, -v Show process log.
ccl ProjectRoot cpp c h -v
This will count all .cpp/.c/.h files' non-blank lines' count in folder ProjectRoot, and log will be print during the procedures.