TUI view management and input handling cleanup
This commit is contained in:
@@ -40,7 +40,7 @@ func ChatCmd(ctx *lmcli.Context) *cobra.Command {
|
||||
}
|
||||
|
||||
if list {
|
||||
opts = append(opts, tui.WithInitialView(shared.StateConversations))
|
||||
opts = append(opts, tui.WithInitialView(shared.ViewConversations))
|
||||
}
|
||||
|
||||
err = tui.Launch(ctx, opts...)
|
||||
|
||||
Reference in New Issue
Block a user