MCPcopy Create free account
hub / github.com/1buran/rHttp / ShortHelp

Method ShortHelp

keys.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func (k KeyMap) ShortHelp() []key.Binding {
16 return []key.Binding{k.Help, k.Quit}
17}
18func (k KeyMap) FullHelp() [][]key.Binding {
19 return [][]key.Binding{
20 {k.Next, k.Prev, k.Enter, k.Run, k.Delete, k.ToggleCheckbox},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected