mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
docs: Update description of 'report' command
This commit is contained in:
parent
5c6d4dbbf1
commit
c5ac621da1
1 changed files with 1 additions and 1 deletions
|
@ -1136,7 +1136,7 @@ class Commands:
|
|||
self.io.tool_output(settings)
|
||||
|
||||
def cmd_report(self, args):
|
||||
"Report an issue to the aider GitHub repository"
|
||||
"Report an problem by opening a GitHub Issue"
|
||||
from aider.report import report_github_issue
|
||||
|
||||
announcements = "\n".join(self.coder.get_announcements())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue