mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
removed line numbers
This commit is contained in:
parent
261f50c3ba
commit
0ade98dfff
1 changed files with 5 additions and 5 deletions
|
@ -235,11 +235,11 @@ class Commands:
|
||||||
print(combined_output)
|
print(combined_output)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.io.tool_error(f"Error running command: {e}")
|
self.io.tool_error(f"Error running command: {e}")
|
||||||
236
|
|
||||||
237 def cmd_ls(self, args):
|
def cmd_ls(self, args):
|
||||||
238 "List all known files and those included in the chat session"
|
"List all known files and those included in the chat session"
|
||||||
239
|
|
||||||
240 files = self.coder.get_all_relative_files()
|
files = self.coder.get_all_relative_files()
|
||||||
|
|
||||||
other_files = []
|
other_files = []
|
||||||
chat_files = []
|
chat_files = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue