diff options
| author | Jeff Carr <[email protected]> | 2025-10-18 03:23:32 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-18 03:23:32 -0500 |
| commit | 7ef1d9192c366423f5e6bf2b68946aac5cdea336 (patch) | |
| tree | 72c016d06341849fd3deaa38dac5d7138d56b4b0 /theMagicOfAutocomplete.go | |
| parent | 8ad0160a0d62591fbdc26518f8d664ff0ea64b8d (diff) | |
trying to fix gui autocomplete
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 |
