summaryrefslogtreecommitdiff
path: root/theMagicOfAutocomplete.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-12 04:51:16 -0500
committerJeff Carr <[email protected]>2025-10-12 04:51:16 -0500
commita4e6b6bf814335ba972a975317381c9585015d5b (patch)
treea8b09387d05ea5100dec96247c2caebe20aa828e /theMagicOfAutocomplete.go
parent890782893d553cb6dfdb42368b75fa9e8e893ff5 (diff)
minorv0.0.32
Diffstat (limited to 'theMagicOfAutocomplete.go')
-rw-r--r--theMagicOfAutocomplete.go1
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)