Skip to content

Commit 95eba20

Browse files
committed
docs(app): add CLI arguments
1 parent f4bd1c2 commit 95eba20

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,19 @@ Use __`ts-stats`__ near a `tsconfig.json` file.
3333
```
3434
$ ts-stats
3535
```
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

Comments
 (0)