diff options
| author | Jeff Carr <[email protected]> | 2025-10-12 04:51:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-12 04:51:16 -0500 |
| commit | a4e6b6bf814335ba972a975317381c9585015d5b (patch) | |
| tree | a8b09387d05ea5100dec96247c2caebe20aa828e /theMagicOfAutocomplete.go | |
| parent | 890782893d553cb6dfdb42368b75fa9e8e893ff5 (diff) | |
minorv0.0.32
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) |
