You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -123,6 +123,10 @@ By default `peck` will check for a `peck.json` file in your project root. If one
123
123
124
124
The path to check can be overwritten with the `--path` option. If the path is one you always need checking you can place it in your `peck.json` file.
125
125
126
+
#### `--text`
127
+
128
+
The `--text` option allows you to check a string of text for spelling mistakes. This is useful when you want to check a specific string, such as commit messages.
129
+
126
130
#### `--ignore-all`
127
131
128
132
This option will ignore all spelling mistakes in the current run. This is useful when you have a large number of mistakes and want to ignore them all at once.
0 commit comments