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 80555f4 commit 86b9053Copy full SHA for 86b9053
README.md
@@ -32,7 +32,13 @@ $ core-validate-commit --list
32
title-format enforce commit title format
33
title-length enforce max length of commit title
34
```
35
-Valid subsystems are defined in [lib/rules/subsystem.js](./lib/rules/subsystem.js).
+
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).
42
43
## Test
44
0 commit comments