-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
3 changed files
with
4 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -234,7 +234,7 @@ features listed below may be missing from your installation. | |
|
||
``` | ||
Sloc, Cloc and Code. Count lines of code in a directory with complexity estimation. | ||
Version 3.3.0 (beta) | ||
Version 3.3.0 | ||
Ben Boyter <[email protected]> + Contributors | ||
Usage: | ||
|
@@ -250,7 +250,7 @@ Flags: | |
--count-ignore set to allow .gitignore and .ignore files to be counted | ||
--currency-symbol string set currency symbol (default "$") | ||
--debug enable debug output | ||
-a, --dryness calculate the dryness/wetness of the project (implies --uloc) | ||
-a, --dryness calculate the DRYness of the project (implies --uloc) | ||
--eaf float the effort adjustment factor derived from the cost drivers (1.0 if rated nominal) (default 1) | ||
--exclude-dir strings directories to exclude (default [.git,.hg,.svn]) | ||
-x, --exclude-ext strings ignore file extensions (overrides include-ext) [comma separated list: e.g. go,java,js] | ||
|
@@ -293,7 +293,6 @@ Flags: | |
-v, --verbose verbose output | ||
--version version for scc | ||
-w, --wide wider output with additional statistics (implies --complexity) | ||
``` | ||
|
||
Output should look something like the below for the redis project | ||
|
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