Skip to content

Commit e387d7b

Browse files
docs
1 parent 2a49b20 commit e387d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/static/llm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,12 @@ gitingest https://github.com/user/repo -i "*.py" -s 51200 -o -
184184
```
185185

186186
**Key Parameters for AI Agents**:
187-
- `-o` / `--output`: Stream to STDOUT with `-` (default saves to `digest.txt`)
188187
- `-s` / `--max-size`: Maximum file size in bytes to process (default: no limit)
189188
- `-i` / `--include-pattern`: Include files matching Unix shell-style wildcards
190189
- `-e` / `--exclude-pattern`: Exclude files matching Unix shell-style wildcards
191190
- `-b` / `--branch`: Specify branch to analyze (defaults to repository's default branch)
192191
- `-t` / `--token`: GitHub personal access token for private repositories
192+
- `-o` / `--output`: Stream to STDOUT with `-` (default saves to `digest.txt`)
193193

194194
### 4.2 Python Package (Best for Code Integration)
195195
```python

0 commit comments

Comments
 (0)