refactor: Improve version handling and cleanup version-related files

This commit is contained in:
Paul Gauthier 2024-11-30 10:10:03 -08:00 committed by Paul Gauthier (aider)
parent 295040c94c
commit 0dbaec553f
5 changed files with 17 additions and 9 deletions

View file

@ -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"