mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-05 19:12:24 -08:00
debug logging option
This commit is contained in:
parent
2dd3413f0d
commit
b3282bfc6e
3 changed files with 22 additions and 5 deletions
|
|
@ -52,6 +52,14 @@ repo-to-text
|
|||
|
||||
This will create a file named `repo_structure.txt` in the current directory with the text representation of the repository.
|
||||
|
||||
## Enabling Debug Logging
|
||||
|
||||
By default, repo-to-text runs with INFO logging level. To enable DEBUG logging, use the --debug flag:
|
||||
|
||||
```bash
|
||||
repo-to-text --debug
|
||||
```
|
||||
|
||||
## Example Output
|
||||
|
||||
The generated text file will include the directory structure and contents of each file. For example:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue