cloc: add --by-file example (#4129)
This commit is contained in:
@@ -18,3 +18,7 @@
|
||||
- Ignore files that are ignored by VCS, such as files specified in .gitignore:
|
||||
|
||||
`cloc --vcs git {{path/to/directory}}`
|
||||
|
||||
- Count all the lines of code in a directory, displaying the results for each file instead of each language:
|
||||
|
||||
`cloc --by-file {{path/to/directory}}`
|
||||
|
Reference in New Issue
Block a user