mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
Added /quit #451
This commit is contained in:
parent
c31f2313ba
commit
0c314144d2
2 changed files with 11 additions and 0 deletions
|
@ -468,6 +468,10 @@ class Commands:
|
|||
"Exit the application"
|
||||
sys.exit()
|
||||
|
||||
def cmd_quit(self, args):
|
||||
"Exit the application"
|
||||
sys.exit()
|
||||
|
||||
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