From 4d4b76fbbcd00578eb4fb951f61ffb6d6de13948 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 12 Oct 2025 11:01:08 -0500 Subject: note for future self --- theMagicOfAutocomplete.go | 1 + 1 file changed, 1 insertion(+) 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) } -- cgit v1.2.3