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 f4bd1c2 commit 95eba20Copy full SHA for 95eba20
README.md
@@ -33,3 +33,19 @@ Use __`ts-stats`__ near a `tsconfig.json` file.
33
```
34
$ ts-stats
35
36
+
37
+## CLI Arguments
38
39
+```
40
+-v, --version output the version number
41
+-h, --help output usage information
42
+-p, --tsconfig <tsconfig> TypeScript "tsconfig.json" file (default: tsconfig.json)
43
+-l, --loc Lines of code
44
+-f, --files Files
45
+-d, --decorators Decorators
46
+-c, --classes Classes
47
+-i, --interfaces Interfaces
48
+-m, --imports Imports
49
+-e, --exports Exports
50
+-s, --specs Specs
51
0 commit comments