From 02a5c9c4963dcca66dc47a4d614cc8e3cfebe0a4 Mon Sep 17 00:00:00 2001 From: AlDanial Date: Tue, 19 Mar 2024 21:00:54 -0700 Subject: [PATCH] add --include-content entry under Options #720 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 01bec30c..9d2aa661 100644 --- a/README.md +++ b/README.md @@ -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