diff options
Diffstat (limited to 'theMagicOfAutocomplete.go')
| -rw-r--r-- | theMagicOfAutocomplete.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theMagicOfAutocomplete.go b/theMagicOfAutocomplete.go index e107319..e6c4daf 100644 --- a/theMagicOfAutocomplete.go +++ b/theMagicOfAutocomplete.go @@ -32,6 +32,7 @@ func Autocomplete(dest any) *Auto { dur := pb.Duration.AsDuration() if dur < time.Millisecond*200 { pb.Debug = true + pb.Fast = true } arg.Register(&argBash) |
