diff options
| author | Jeff Carr <[email protected]> | 2025-10-16 06:59:02 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-16 06:59:02 -0500 |
| commit | 6dea06a4b614a1441f1c4473e4a46fcca9aaf9f1 (patch) | |
| tree | 911df218f7c737d8a0a5b6db954ad24b4a82d6d4 /main.go | |
| parent | 82bc641294462e34616235572da7599ef1183801 (diff) | |
changed forge.Init()
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 == "" { |
