summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 09:43:31 -0500
committerJeff Carr <[email protected]>2025-10-13 09:43:31 -0500
commit2e26ce1eaf09d0612827ce3689ba1434ab0a1ce1 (patch)
treeb0d26b0c812a3e4ba3cc216bc4b147fc8bc34184 /main.go
parent2d353e6dfa95c91435fddefd2168e489ddeb1912 (diff)
gui init moved into argv init. maybe. notsure
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index aa5ff6a..a5ac2fa 100644
--- a/main.go
+++ b/main.go
@@ -31,7 +31,6 @@ func main() {
// autocomplete must run before everythingi
// any writes before this to STDOUT or STDERR
// will cause problems for the user at the command line
- me.myGui = prep.Gui() // adds the GUI package argv support
me.sh = prep.Autocomplete(&argv) // adds shell auto complete to go-args
// the current forge init process