mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
add example of debug to file
This commit is contained in:
parent
5f1061a493
commit
2d4349ed45
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue