mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
refactor: Update placeholder text in cmd_run for better clarity
This commit is contained in:
parent
dc5b5896a9
commit
c1ba7db8a1
1 changed files with 1 additions and 1 deletions
|
@ -943,7 +943,7 @@ class Commands:
|
||||||
]
|
]
|
||||||
|
|
||||||
if add and exit_status != 0:
|
if add and exit_status != 0:
|
||||||
self.io.placeholder = "Fix that"
|
self.io.placeholder = "What's wrong? Fix"
|
||||||
|
|
||||||
def cmd_exit(self, args):
|
def cmd_exit(self, args):
|
||||||
"Exit the application"
|
"Exit the application"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue