config validation
This commit is contained in:
parent
9ae6af8856
commit
a8d5787e8e
11 changed files with 911 additions and 17 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue