From 2d4349ed4533c2b7730efad8ceccf0d8be2e0a24 Mon Sep 17 00:00:00 2001 From: Kirill Markin Date: Mon, 10 Jun 2024 08:33:48 +0200 Subject: [PATCH] add example of debug to file --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e030855..e6b8a06 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,12 @@ You can customize the behavior of `repo-to-text` with the following options: repo-to-text --debug ``` + or to save the debug log to a file: + + ```bash + repo-to-text --debug > debug_log.txt 2>&1 + ``` + ## 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.