mirror of
https://github.com/mark3labs/kit.git
synced 2026-06-14 03:30:26 +00:00
dbf1dd52e1
Handle /quit slash command (and aliases /q, /exit) in submitMsg handler by returning tea.Quit before forwarding to the app layer. Add TODO comment in cmd/root.go marking where defer appInstance.Close() belongs once app.App exists (TAS-18).