bold the command

This commit is contained in:
Paul Gauthier 2024-08-20 18:52:38 -07:00
parent c4dc931908
commit fd5eb164b5

View file

@ -36,7 +36,7 @@ class EditBlockCoder(Coder):
edit = edit[1]
# This is a shell command
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?"):
try:
result = subprocess.run(