diff options
| -rw-r--r-- | theMagicOfAutocomplete.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theMagicOfAutocomplete.go b/theMagicOfAutocomplete.go index 34ba8f7..19be66a 100644 --- a/theMagicOfAutocomplete.go +++ b/theMagicOfAutocomplete.go @@ -35,6 +35,7 @@ func Autocomplete(dest any) *Auto { if pb.SetupAuto { // --bash was passed. try to configure bash-completion MakeAutocompleteFiles(myAuto.appName) + // never forget to run this our you will hate yourself and the choices you have made os.Exit(0) } |
