mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
better /run confirmation prompt
This commit is contained in:
parent
51ec18b711
commit
03a357eb95
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ class Commands:
|
|||
add = result.returncode != 0
|
||||
else:
|
||||
response = self.io.prompt_ask(
|
||||
"Add the output to the chat? (y/n/instructions): ", default="y"
|
||||
"Add the output to the chat?\n(y/n/instructions)", default=""
|
||||
).strip()
|
||||
|
||||
if response.lower() in ["yes", "y"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue