-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
104 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Copyright | ||
# | ||
# Copyright (C) 2018-2022 Al Danial <[email protected]>. | ||
# Copyright (C) 2018-2023 Al Danial <[email protected]>. | ||
# Copyright (C) 2010-2017 Jari Aalto <[email protected]> | ||
# | ||
# License | ||
|
@@ -323,6 +323,11 @@ See also B<--autoconf>. | |
Count files in the given directories without | ||
recursively descending below them. | ||
|
||
=item B<--only-count-files> | ||
|
||
Only count files by language. Blank, comment, and | ||
code counts will be zero. | ||
|
||
=item B<--original-dir> | ||
|
||
Only effective in combination with | ||
|
@@ -553,6 +558,7 @@ Add B<--fullpath> to compare parent directories to | |
the regex. | ||
Do not include file path separators at the beginning | ||
or end of the regex. | ||
This switch may be repeated. | ||
|
||
=item B<--match-f=REGEX> | ||
|
||
|
@@ -569,6 +575,7 @@ in the regex instead of just the basename. | |
Count all files except those whose basenames match the Perl regex. | ||
Add B<--fullpath> to include parent directories | ||
in the regex instead of just the basename. | ||
This switch may be repeated. | ||
|
||
=item B<--skip-archive=REGEX> | ||
|
||
|
@@ -851,7 +858,7 @@ sloccount(1) | |
=head1 AUTHORS | ||
|
||
The cloc program was written by Al Danial <[email protected]> and | ||
is Copyright (C) 2006-2022 <[email protected]>. | ||
is Copyright (C) 2006-2023 <[email protected]>. | ||
|
||
The manual page was originally written by Jari Aalto <[email protected]>. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters