mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
bold the command
This commit is contained in:
parent
c4dc931908
commit
fd5eb164b5
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class EditBlockCoder(Coder):
|
||||||
edit = edit[1]
|
edit = edit[1]
|
||||||
# This is a shell command
|
# This is a shell command
|
||||||
self.io.tool_output()
|
self.io.tool_output()
|
||||||
self.io.tool_output(f"Command: {edit.strip()}")
|
self.io.tool_output(f"{edit.strip()}", bold=True)
|
||||||
if self.io.confirm_ask("Do you want to run this suggested shell command?"):
|
if self.io.confirm_ask("Do you want to run this suggested shell command?"):
|
||||||
try:
|
try:
|
||||||
result = subprocess.run(
|
result = subprocess.run(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue