mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
style: simplify command execution output message
This commit is contained in:
parent
358cbc9388
commit
c5dc44a73f
1 changed files with 1 additions and 1 deletions
|
@ -1270,7 +1270,7 @@ class Commands:
|
|||
if not cmd or cmd.startswith("#"):
|
||||
continue
|
||||
|
||||
self.io.tool_output(f"\nExecuting command: {cmd}")
|
||||
self.io.tool_output(f"\nExecuting: {cmd}")
|
||||
self.run(cmd)
|
||||
|
||||
def completions_raw_save(self, document, complete_event):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue