Added /quit #451

This commit is contained in:
Paul Gauthier 2024-01-23 13:07:17 -08:00
parent c31f2313ba
commit 0c314144d2
2 changed files with 11 additions and 0 deletions

View file

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