Skip to content

Commit bb6b56b

Browse files
authored
fix: incorrect command on main screen for exiting application (#201)
1 parent 1252b65 commit bb6b56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tui/internal/components/chat/messages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ func (m *messagesComponent) home() string {
322322
{"/new", "start a new session"},
323323
{"/model", "switch model"},
324324
{"/theme", "switch theme"},
325-
{"/quit", "exit the app"},
325+
{"/exit", "exit the app"},
326326
}
327327

328328
commandLines := []string{}

0 commit comments

Comments
 (0)