summaryrefslogtreecommitdiff
path: root/theMagicOfAutocomplete.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-12 11:01:08 -0500
committerJeff Carr <[email protected]>2025-10-12 11:01:08 -0500
commit4d4b76fbbcd00578eb4fb951f61ffb6d6de13948 (patch)
treec30553a140ae48fe59271ecafec60114bac54190 /theMagicOfAutocomplete.go
parent4f6d12faae49559d9740799fff771bf56bf9e881 (diff)
note for future selfv0.0.34
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 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)
}