mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
fix: Change default prompt option to uppercase 'Y'
This commit is contained in:
parent
7534fabcc0
commit
fb7bbb982e
1 changed files with 1 additions and 1 deletions
|
@ -724,7 +724,7 @@ class Commands:
|
||||||
add = result.returncode != 0
|
add = result.returncode != 0
|
||||||
else:
|
else:
|
||||||
response = self.io.prompt_ask(
|
response = self.io.prompt_ask(
|
||||||
"Add the output to the chat?\n(y/n/instructions)", default=""
|
"Add the output to the chat?\n(Y/n/instructions)", default=""
|
||||||
).strip()
|
).strip()
|
||||||
|
|
||||||
if response.lower() in ["yes", "y"]:
|
if response.lower() in ["yes", "y"]:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue