mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
updated readme
This commit is contained in:
@ -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. |
|
| `--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. |
|
| `--max-workers` | integer | *None* (monothreaded) | No | Number of parallel workers for processing repos. If omitted, the script runs in a single thread. |
|
||||||
|
|
||||||
````
|
|
||||||
|
|
||||||
**Example**
|
**Example**
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
@ -105,7 +103,7 @@ python pull_requests.py my_repos.csv \
|
|||||||
--archive-destination=./archives/ \
|
--archive-destination=./archives/ \
|
||||||
--cache-requests \
|
--cache-requests \
|
||||||
--max-workers=4
|
--max-workers=4
|
||||||
````
|
```
|
||||||
|
|
||||||
This will:
|
This will:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user