Mantena Rama Raju преди 1 година
родител
ревизия
27d3cec477
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/tui/internal/components/chat/messages.go

+ 1 - 1
packages/tui/internal/components/chat/messages.go

@@ -316,7 +316,7 @@ func (m *messagesComponent) home() string {
 		{"/new", "start a new session"},
 		{"/model", "switch model"},
 		{"/share", "share the current session"},
-		{"/exit", "exit the app"},
+		{"/quit", "exit the app"},
 	}
 
 	commandLines := []string{}