Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/palapapa/LOCCounter
Browse files Browse the repository at this point in the history
merge: origin/master
  • Loading branch information
palapapa committed Jul 5, 2021
2 parents 00b094a + 0b2f341 commit d30e539
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# LOCCounter
[![time tracker](https://wakatime.com/badge/github/palapapa/LOCCounter.svg)](https://wakatime.com/badge/github/palapapa/LOCCounter)
<br>
A simple tool that counts LOCs.
<br>
Command format:
Expand All @@ -9,4 +11,4 @@ Command format:
recursive: "true" or "false". Whether to recursively search for files in the specified paths.
exclude-extension: "true" or "false". Whether to exclude the extensions specified in "extensions" and search for all other extensions.
Example: C:\Code | D:\Programming | ?D:\Programming\Secret; .cs, .cpp, .c; true; false
```
```

0 comments on commit d30e539

Please sign in to comment.