Skip to content

Commit

Permalink
docs: add complexity strategy example
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Renoult committed Nov 11, 2022
1 parent f6e5572 commit 53a1883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ function getRawCli(
"$ code-complexity https://github.com/simonrenoult/code-complexity",
"$ code-complexity foo --limit 3",
"$ code-complexity ../foo --sort score",
"$ code-complexity . -cs halstead",
"$ code-complexity /foo/bar --filter 'src/**,!src/front/**'",
"$ code-complexity . --limit 10 --sort score",
].forEach((example) => console.log(example.padStart(2)));
Expand Down

0 comments on commit 53a1883

Please sign in to comment.