diff options
Diffstat (limited to 'theMagicOfAutocomplete.go')
| -rw-r--r-- | theMagicOfAutocomplete.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theMagicOfAutocomplete.go b/theMagicOfAutocomplete.go index a5516d2..f49cd61 100644 --- a/theMagicOfAutocomplete.go +++ b/theMagicOfAutocomplete.go @@ -50,7 +50,7 @@ func Autocomplete(dest any) *Argv { me.pb.Ctime = timestamppb.New(now) // try to register bash args for go-args - arg.Register(&argBash) + arg.Register(&ArgvBash) // arg.Register(&argGui) // user is trying to setup bash or zsh autocomplete |
