better message for no /ls output

This commit is contained in:
Paul Gauthier 2023-07-06 12:52:33 -07:00
parent 79828096d1
commit 1291c2424a

View file

@ -336,6 +336,10 @@ class Commands:
else:
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:
self.io.tool_output("Files in chat:\n")
for file in chat_files: