summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-17 11:45:19 -0500
committerJeff Carr <[email protected]>2025-10-17 11:45:19 -0500
commit7c95c8408ddf1fb9a05c4aa6d2b4de2b6648c4a9 (patch)
tree4c1ea1dc82d94bff96b9a6d339b1c1c12cf830a8 /structs.go
parentdf0979a9468e56a930d0fe64c41066bd21dc3b04 (diff)
Finally renamed prep to argvpb
I think this will be the final resting palce for this part of the shell autocomplete. At least I hope so.
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 4 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 3c79964..c1df6cb 100644
--- a/structs.go
+++ b/structs.go
@@ -7,10 +7,12 @@ import (
"go.wit.com/gui"
"go.wit.com/lib/fhelp"
"go.wit.com/lib/gadgets"
- "go.wit.com/lib/gui/prep"
+ "go.wit.com/lib/protobuf/argvpb"
"go.wit.com/lib/protobuf/forgepb"
)
+// var newargv *argvpb.Argv // more experiments for bash handling
+
var me *mainType
func (b *mainType) Disable() {
@@ -28,7 +30,7 @@ func myServer() string {
// this app's variables
type mainType struct {
- sh *prep.Auto // shell autocomplete
+ sh *argvpb.Argv // shell autocomplete
forge *forgepb.Forge // for holding the forge protobuf files
myGui *fhelp.GuiPrep // for initializing the GUI toolkits
origGui *gui.Node // for initializing the GUI toolkits