mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45:00 +00:00
Correct description of map-refresh command.
Delete " and print it out" because the map-refresh command doesn't print out the map.
This commit is contained in:
parent
8da4874db9
commit
853d9a5b2a
1 changed files with 1 additions and 1 deletions
|
@ -1046,7 +1046,7 @@ class Commands:
|
||||||
self.io.tool_output("No repository map available.")
|
self.io.tool_output("No repository map available.")
|
||||||
|
|
||||||
def cmd_map_refresh(self, args):
|
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)
|
repo_map = self.coder.get_repo_map(force_refresh=True)
|
||||||
if repo_map:
|
if repo_map:
|
||||||
self.io.tool_output("The repo map has been refreshed, use /map to view it.")
|
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