config validation

This commit is contained in:
Kujtim Hoxha
2025-04-21 14:29:03 +02:00
parent 0094dd728c
commit 94271b528f
11 changed files with 911 additions and 17 deletions
+2 -2
View File
@@ -57,8 +57,8 @@ var returnKey = key.NewBinding(
)
var logsKeyReturnKey = key.NewBinding(
key.WithKeys("backspace"),
key.WithHelp("backspace", "go back"),
key.WithKeys("backspace", "q"),
key.WithHelp("backspace/q", "go back"),
)
type appModel struct {