mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 13:15:00 +00:00
feat: add confirm parameter to report_github_issue function
This commit is contained in:
parent
c5ac621da1
commit
70994cfc5b
2 changed files with 26 additions and 21 deletions
|
@ -1136,12 +1136,12 @@ class Commands:
|
|||
self.io.tool_output(settings)
|
||||
|
||||
def cmd_report(self, args):
|
||||
"Report an problem by opening a GitHub Issue"
|
||||
"Report a problem by opening a GitHub Issue"
|
||||
from aider.report import report_github_issue
|
||||
|
||||
announcements = "\n".join(self.coder.get_announcements())
|
||||
issue_text = f"User report:\n\n{args}\n\nAnnouncements:\n{announcements}"
|
||||
report_github_issue(issue_text)
|
||||
report_github_issue(issue_text, confirm=True)
|
||||
|
||||
|
||||
def expand_subdir(file_path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue