Skip to content

Commit

Permalink
add --include-content entry under Options #720
Browse files Browse the repository at this point in the history
  • Loading branch information
AlDanial committed Mar 20, 2024
1 parent 61817f5 commit 02a5c9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -838,6 +838,8 @@ Usage: cloc [options] <file(s)/dir(s)/git hash(es)> | <set 1> <se
See also --unix, --show-os.

Filter Options
--include-content=<regex> Only count files containing text that matches the
given regular expression.
--exclude-content=<regex> Exclude files containing text that matches the given
regular expression.
--exclude-dir=<D1>[,D2,] Exclude the given comma separated directories
Expand Down

0 comments on commit 02a5c9c

Please sign in to comment.