File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments