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:
pcamp 2024-08-21 08:13:29 -05:00 committed by GitHub
parent 8da4874db9
commit 853d9a5b2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1046,7 +1046,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.")