We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff8cad commit a33196dCopy full SHA for a33196d
README.md
@@ -89,5 +89,21 @@ typos dir/file --diff
89
typos dir/file --format json
90
```
91
92
+### Debugging
93
+
94
+You can see what the effective config looks like by running
95
+```bash
96
+typos --dump-config -
97
+```
98
99
+You can then see how typos is processing your project with
100
101
+typos --files
102
+typos --identifiers
103
+typos -- words
104
105
106
+If you need to dig in more, you can enable debug logging with `-v`
107
108
[Crates.io]: https://crates.io/crates/typos-cli
109
[Documentation]: https://docs.rs/typos
0 commit comments