Skip to content

Commit 86b9053

Browse files
lholmquistTrott
authored andcommitted
docs: Update Readme with the --list-subsystem flag (#68)
1 parent 80555f4 commit 86b9053

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ $ core-validate-commit --list
3232
title-format enforce commit title format
3333
title-length enforce max length of commit title
3434
```
35-
Valid subsystems are defined in [lib/rules/subsystem.js](./lib/rules/subsystem.js).
35+
36+
To see a list of valid subsystems:
37+
```bash
38+
$ core-validate-commit --list-subsystem
39+
```
40+
41+
Valid subsystems are also defined in [lib/rules/subsystem.js](./lib/rules/subsystem.js).
3642

3743
## Test
3844

0 commit comments

Comments
 (0)