Skip to content

Commit bf0d648

Browse files
committed
docs: Update README
1 parent 90dd46d commit bf0d648

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ You can set up **Code Embedder** as a pre-commit hook using either:
9898
<li>Direct repository reference in your <code>.pre-commit-config.yaml</code> file</li>
9999
</ol>
100100

101-
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-
103101
### A. Installation via PyPI
104102
Install the package:
105103
```bash
@@ -130,6 +128,12 @@ Alternatively, you can reference the repository directly in your `.pre-commit-co
130128
types: [markdown]
131129
```
132130

131+
### 🔧 Options
132+
133+
| Option | Description |
134+
| --- | --- |
135+
| `--all-files` | Process all files in the repository. In pre-commit hook, it by default checks only the changed files. |
136+
133137
## 💡 Examples
134138

135139
### 📄 Full script update

0 commit comments

Comments
 (0)