mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
better message for no /ls output
This commit is contained in:
parent
79828096d1
commit
1291c2424a
1 changed files with 4 additions and 0 deletions
|
@ -336,6 +336,10 @@ class Commands:
|
||||||
else:
|
else:
|
||||||
other_files.append(file)
|
other_files.append(file)
|
||||||
|
|
||||||
|
if not chat_files and not other_files:
|
||||||
|
self.io.tool_output("\nNo files in chat or git repo.")
|
||||||
|
return
|
||||||
|
|
||||||
if chat_files:
|
if chat_files:
|
||||||
self.io.tool_output("Files in chat:\n")
|
self.io.tool_output("Files in chat:\n")
|
||||||
for file in chat_files:
|
for file in chat_files:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue