mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
color edits
This commit is contained in:
parent
c9efc43c98
commit
d0222a7129
2 changed files with 13 additions and 20 deletions
|
@ -151,10 +151,10 @@ class Commands:
|
|||
matched_files = [file for file in files if word in file]
|
||||
if not matched_files:
|
||||
if self.coder.repo is not None:
|
||||
create_file = Confirm.ask(
|
||||
f"[bright_black]No files matched '{word}'. "
|
||||
"Do you want to create the file and add it to git?"
|
||||
)
|
||||
create_file = Confirm.ask(
|
||||
f"[bright_black]No files matched '{word}'. "
|
||||
"Do you want to create the file and add it to git?"
|
||||
)
|
||||
else:
|
||||
create_file = Confirm.ask(
|
||||
f"[bright_black]No files matched '{word}'. Do you want to create the file?"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue