chore: change filter default placeholder text to 'Filter...'

This commit is contained in:
Christian Rocha 2022-07-26 10:23:03 -07:00
parent 483da45749
commit ba0651db08
No known key found for this signature in database
GPG key ID: D6CC7A16E5878018

View file

@ -8,7 +8,7 @@ type Options struct {
IndicatorStyle style.Styles `embed:"" prefix:"indicator." set:"defaultForeground=212" set:"name=indicator"`
TextStyle style.Styles `embed:"" prefix:"text."`
MatchStyle style.Styles `embed:"" prefix:"match." set:"defaultForeground=212" set:"name=matched text"`
Placeholder string `help:"Placeholder value" default:"Search..."`
Placeholder string `help:"Placeholder value" default:"Filter..."`
Prompt string `help:"Prompt to display" default:"> "`
PromptStyle style.Styles `embed:"" prefix:"prompt." set:"defaultForeground=240" set:"name=prompt"`
Width int `help:"Input width" default:"20"`