Skip to content

Commit 12eeece

Browse files
Update filter/options.go
Co-authored-by: Christian Rocha <christian@rocha.is>
1 parent f72d9ac commit 12eeece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type Options struct {
3333
Height int `help:"Input height" default:"0" env:"GUM_FILTER_HEIGHT"`
3434
Value string `help:"Initial filter value" default:"" env:"GUM_FILTER_VALUE"`
3535
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:""`
3737
FuzzySort bool `help:"Sort fuzzy results by their scores" default:"true" env:"GUM_FILTER_FUZZY_SORT" negatable:""`
3838
Timeout time.Duration `help:"Timeout until filter command aborts" default:"0s" env:"GUM_FILTER_TIMEOUT"`
3939

0 commit comments

Comments
 (0)