summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 02:09:19 -0500
committerJeff Carr <[email protected]>2025-09-25 02:09:19 -0500
commit7bf204299f01a0739c435d3768277c279c6291d3 (patch)
tree6224a1c93434c8b7cd638557c37cc2022dc08a47 /structs.go
parent94bd4728ba260bbda7643e51f1beb9629b6b90d5 (diff)
new bash autocompletev0.0.28v0.0.27v0.0.26v0.0.25
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 6251719..42b51c8 100644
--- a/structs.go
+++ b/structs.go
@@ -4,7 +4,6 @@
package main
import (
- "go.wit.com/dev/alexflint/arg"
"go.wit.com/lib/gui/prep"
)
@@ -12,6 +11,6 @@ var me *mainType
// this app's variables
type mainType struct {
- pp *arg.Parser // for parsing the command line args. Yay to alexf lint!
+ auto *prep.Auto // more experiments for bash handling
myGui *prep.GuiPrep // the gui toolkit handle
}