mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 20:54:59 +00:00
Added --verbose support to repomap
This commit is contained in:
parent
e43a48ee10
commit
7bc26e6762
2 changed files with 15 additions and 4 deletions
|
@ -93,7 +93,12 @@ class Coder:
|
|||
self.pretty = pretty
|
||||
self.show_diffs = show_diffs
|
||||
|
||||
self.repo_map = RepoMap(use_ctags, self.root, self.main_model)
|
||||
if self.verbose:
|
||||
rm_io = io
|
||||
else:
|
||||
rm_io = None
|
||||
|
||||
self.repo_map = RepoMap(use_ctags, self.root, self.main_model, rm_io)
|
||||
|
||||
def find_common_root(self):
|
||||
if self.abs_fnames:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue