mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 11:14:59 +00:00
Merge branch 'main' into shell-commands-new
This commit is contained in:
commit
b4cbd9e4bd
3 changed files with 7 additions and 4 deletions
|
@ -1058,7 +1058,7 @@ class Commands:
|
|||
self.io.tool_output("No repository map available.")
|
||||
|
||||
def cmd_map_refresh(self, args):
|
||||
"Force a refresh of the repository map and print it out"
|
||||
"Force a refresh of the repository map"
|
||||
repo_map = self.coder.get_repo_map(force_refresh=True)
|
||||
if repo_map:
|
||||
self.io.tool_output("The repo map has been refreshed, use /map to view it.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue