config validation

This commit is contained in:
Kujtim Hoxha
2025-04-21 14:29:03 +02:00
parent 9ae6af8856
commit a8d5787e8e
11 changed files with 911 additions and 17 deletions

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 {