Skip to content

Commit 53a1883

Browse files
author
Simon Renoult
committed
docs: add complexity strategy example
1 parent f6e5572 commit 53a1883

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/io/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ function getRawCli(
8383
"$ code-complexity https://github.com/simonrenoult/code-complexity",
8484
"$ code-complexity foo --limit 3",
8585
"$ code-complexity ../foo --sort score",
86+
"$ code-complexity . -cs halstead",
8687
"$ code-complexity /foo/bar --filter 'src/**,!src/front/**'",
8788
"$ code-complexity . --limit 10 --sort score",
8889
].forEach((example) => console.log(example.padStart(2)));

0 commit comments

Comments
 (0)