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 2636a1d commit 90dd46dCopy full SHA for 90dd46d
README.md
@@ -98,7 +98,7 @@ You can set up **Code Embedder** as a pre-commit hook using either:
98
<li>Direct repository reference in your <code>.pre-commit-config.yaml</code> file</li>
99
</ol>
100
101
-You can also use the `--all-files` option to process all files in the repository.
+You can run the code-embedder using the `code-embedder run --all-files` command. In pre-commit hook, it checks only the changed files.
102
103
### A. Installation via PyPI
104
Install the package:
0 commit comments