add example of debug to file

This commit is contained in:
Kirill Markin 2024-06-10 08:33:48 +02:00
parent 5f1061a493
commit 2d4349ed45

View file

@ -56,6 +56,12 @@ You can customize the behavior of `repo-to-text` with the following options:
repo-to-text --debug repo-to-text --debug
``` ```
or to save the debug log to a file:
```bash
repo-to-text --debug > debug_log.txt 2>&1
```
## Settings ## Settings
`repo-to-text` also supports configuration via a `.repo-to-text-settings.yaml` file. By default, the tool works without this file, but you can use it to customize what gets included in the final text file. `repo-to-text` also supports configuration via a `.repo-to-text-settings.yaml` file. By default, the tool works without this file, but you can use it to customize what gets included in the final text file.