Merge branch 'main' into encodings

This commit is contained in:
Paul Gauthier 2023-07-06 13:33:53 -07:00
commit 6cb4428cb7

View file

@ -341,6 +341,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: