summaryrefslogtreecommitdiff
path: root/makeAutocompleteFiles.bash.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-25 01:24:29 -0500
committerJeff Carr <[email protected]>2025-10-25 01:24:29 -0500
commit27e0ddeaf127f561ca7fd5a8083ab52eba6ca2fb (patch)
tree432ed35a59d85782153993ccc4c8932171eac65a /makeAutocompleteFiles.bash.go
parentf7a1de79b1c115bddbf3d323a6fd7786d878efd9 (diff)
first stab at making an argv binary
Diffstat (limited to 'makeAutocompleteFiles.bash.go')
-rw-r--r--makeAutocompleteFiles.bash.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/makeAutocompleteFiles.bash.go b/makeAutocompleteFiles.bash.go
index f0cc953..259d795 100644
--- a/makeAutocompleteFiles.bash.go
+++ b/makeAutocompleteFiles.bash.go
@@ -23,7 +23,6 @@ func MakeBashCompleteFiles(argname string) {
filename := filepath.Join(homeDir, ".local/share/bash-completion/completions", argname)
if config.Exists(filename) {
fmt.Fprintln(os.Stderr, "# file already exists", filename)
- // os.Exit(0)
}
basedir, _ := filepath.Split(filename)
if !config.IsDir(basedir) {