mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 12:45:00 +00:00
refactor: Improve version handling and cleanup version-related files
This commit is contained in:
parent
295040c94c
commit
0dbaec553f
5 changed files with 17 additions and 9 deletions
|
@ -914,7 +914,7 @@ class Commands:
|
|||
|
||||
def cmd_quit(self, args):
|
||||
"Exit the application"
|
||||
sys.exit()
|
||||
self.cmd_exit(args)
|
||||
|
||||
def cmd_ls(self, args):
|
||||
"List all known files and indicate which are included in the chat session"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue