We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 655251e commit 447ddd2Copy full SHA for 447ddd2
README.md
@@ -65,17 +65,18 @@ The project is a naming convention checking tool executing on Windows/Linux/MacO
65
66
### Helps
67
68
-- Show usage help to subcommands.
69
- ``` pwsh
70
- $ cppnamelint -help
71
- ```
72
- 
+``` pwsh
+# Show usage help to subcommands.
+$ cppnamelint -help
+```
+
73
74
-- Show usage help to `check` subcommand.
75
76
- $ cppnamelint check -help
77
78
- 
+
+# Show usage help to `check` subcommand.
+$ cppnamelint check -help
79
+
80
81
82
————————————————————————————————————————————
0 commit comments