From dedb5ae44c811124bbcfdecf896343cba984d16d Mon Sep 17 00:00:00 2001 From: Carlos A Becker Date: Fri, 21 Jan 2022 14:47:52 -0300 Subject: [PATCH] docs: godoc Signed-off-by: Carlos A Becker --- list/list.go | 1 + 1 file changed, 1 insertion(+) diff --git a/list/list.go b/list/list.go index f075e915..8b65aa20 100644 --- a/list/list.go +++ b/list/list.go @@ -135,6 +135,7 @@ type Model struct { // Key mappings for navigating the list. KeyMap KeyMap + // Filter used to filter the list. Filter FilterFunc // Additional key mappings for the short and full help views. This allows