style: simplify command execution output message

This commit is contained in:
Paul Gauthier 2024-10-29 13:59:04 -07:00 committed by Paul Gauthier (aider)
parent 358cbc9388
commit c5dc44a73f

View file

@ -1270,7 +1270,7 @@ class Commands:
if not cmd or cmd.startswith("#"): if not cmd or cmd.startswith("#"):
continue continue
self.io.tool_output(f"\nExecuting command: {cmd}") self.io.tool_output(f"\nExecuting: {cmd}")
self.run(cmd) self.run(cmd)
def completions_raw_save(self, document, complete_event): def completions_raw_save(self, document, complete_event):