-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- Calculate unique lines in code (use a map) + count of line repeats + place in code
- How much lines no empty
- Print an different formats (json / text / html)
Just recoursive scan in folders src/ and src.wsjcpp/ with files *.c / *.cpp / *.h / *.hpp
Command:
wsjcpp scan uniq-lines- for print as textwsjcpp scan uniq-lines --text- for print as text (Specified explicitly)wsjcpp scan uniq-lines --json- for print as jsonwsjcpp scan uniq-lines --html- for print as html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request