summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 12:43:51 -0500
committerJeff Carr <[email protected]>2025-10-13 12:43:51 -0500
commit686c7f0bd6a69580e2c1503c89cc21c1881d368a (patch)
treef5e10b981fb0030a085dc913eeb6ad35ffd09416 /main.go
parent1ac9426ab598ea45bb3f86c56e1dad7462008fec (diff)
new funcs for guiv0.2.86
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 19e27b8..5975d77 100644
--- a/main.go
+++ b/main.go
@@ -25,7 +25,6 @@ var resources embed.FS
func main() {
me = new(virtigoT)
- me.myGui = prep.Gui() // prepares the GUI package for go-args
me.auto = prep.Bash3(&argv) // add support for bash autocomplete with go-arg
if os.Getenv("VIRTIGO_HOME") == "" {