mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
feat: add verbose output for file processing in RepoMap
This commit is contained in:
parent
6177856baf
commit
12698998b9
1 changed files with 2 additions and 0 deletions
|
@ -368,6 +368,8 @@ class RepoMap:
|
|||
showing_bar = False
|
||||
|
||||
for fname in fnames:
|
||||
if self.verbose:
|
||||
self.io.tool_output(f"Processing {fname}")
|
||||
if progress and not showing_bar:
|
||||
progress()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue