File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ type Options struct {
33
33
Height int `help:"Input height" default:"0" env:"GUM_FILTER_HEIGHT"`
34
34
Value string `help:"Initial filter value" default:"" env:"GUM_FILTER_VALUE"`
35
35
Reverse bool `help:"Display from the bottom of the screen" env:"GUM_FILTER_REVERSE"`
36
- Fuzzy bool `help:"Enable fuzzy matching" default:"true" env:"GUM_FILTER_FUZZY" negatable:""`
36
+ Fuzzy bool `help:"Enable fuzzy matching; otherwise match from start of word " default:"true" env:"GUM_FILTER_FUZZY" negatable:""`
37
37
FuzzySort bool `help:"Sort fuzzy results by their scores" default:"true" env:"GUM_FILTER_FUZZY_SORT" negatable:""`
38
38
Timeout time.Duration `help:"Timeout until filter command aborts" default:"0s" env:"GUM_FILTER_TIMEOUT"`
39
39
You can’t perform that action at this time.
0 commit comments