We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e5572 commit 53a1883Copy full SHA for 53a1883
src/io/cli.ts
@@ -83,6 +83,7 @@ function getRawCli(
83
"$ code-complexity https://github.com/simonrenoult/code-complexity",
84
"$ code-complexity foo --limit 3",
85
"$ code-complexity ../foo --sort score",
86
+ "$ code-complexity . -cs halstead",
87
"$ code-complexity /foo/bar --filter 'src/**,!src/front/**'",
88
"$ code-complexity . --limit 10 --sort score",
89
].forEach((example) => console.log(example.padStart(2)));
0 commit comments