refactor: Update placeholder text in cmd_run for better clarity

This commit is contained in:
Paul Gauthier 2025-01-10 14:23:42 -08:00 committed by Paul Gauthier (aider)
parent dc5b5896a9
commit c1ba7db8a1

View file

@ -943,7 +943,7 @@ class Commands:
]
if add and exit_status != 0:
self.io.placeholder = "Fix that"
self.io.placeholder = "What's wrong? Fix"
def cmd_exit(self, args):
"Exit the application"