mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-19 22:43:50 -07:00
Add --header-lines option
This commit is contained in:
@@ -10,7 +10,7 @@ func TestReadFromCommand(t *testing.T) {
|
||||
strs := []string{}
|
||||
eb := util.NewEventBox()
|
||||
reader := Reader{
|
||||
pusher: func(s string) { strs = append(strs, s) },
|
||||
pusher: func(s string) bool { strs = append(strs, s); return true },
|
||||
eventBox: eb}
|
||||
|
||||
// Check EventBox
|
||||
|
Reference in New Issue
Block a user