Skip to content

Commit

Permalink
feat: add verbose output for file processing in RepoMap
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gauthier committed Nov 5, 2024
1 parent 6177856 commit 1269899
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aider/repomap.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,8 @@ def get_ranked_tags(
showing_bar = False

for fname in fnames:
if self.verbose:
self.io.tool_output(f"Processing {fname}")
if progress and not showing_bar:
progress()

Expand Down

0 comments on commit 1269899

Please sign in to comment.