updated readme

This commit is contained in:
Karma Riuk
2025-06-12 17:11:05 +02:00
parent 5819458c17
commit 1a82d72a43

View File

@ -94,8 +94,6 @@ python pull_requests.py [CSV_FILE] [options]
| `--cache-requests` | flag | `false` | No | If set, caches GitHub API requests (using `requests_cache`) to speed up reruns at the risk of stale data. |
| `--max-workers` | integer | *None* (monothreaded) | No | Number of parallel workers for processing repos. If omitted, the script runs in a single thread. |
````
**Example**
```sh
@ -105,7 +103,7 @@ python pull_requests.py my_repos.csv \
--archive-destination=./archives/ \
--cache-requests \
--max-workers=4
````
```
This will: