summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-16 06:59:02 -0500
committerJeff Carr <[email protected]>2025-10-16 06:59:02 -0500
commit6dea06a4b614a1441f1c4473e4a46fcca9aaf9f1 (patch)
tree911df218f7c737d8a0a5b6db954ad24b4a82d6d4 /main.go
parent82bc641294462e34616235572da7599ef1183801 (diff)
changed forge.Init()
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index fcec3a3..c4f1b53 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,7 @@ var resources embed.FS
func main() {
me = new(mainType)
// autocomplete must be processed before there is anything sent to STDOUT or STDERR
- me.sh = prep.Bash(&argv) // add support for bash autocomplete with go-arg
+ me.sh = prep.Autocomplete(&argv) // adds shell auto complete to go-args
me.homedir, _ = os.UserHomeDir() // store shortcut here todo: add better logic
if me.sh.Cmd == "" {