summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 02:24:17 -0500
committerJeff Carr <[email protected]>2025-09-25 02:24:17 -0500
commit21313117b70fe7aba836d4ffc57ae60b29bb695f (patch)
treeee49bd514c571b2c5fc375da91e0beb420484f6f /structs.go
parent673264006848cd0a6ab2323fc4d325197238a821 (diff)
new argv bash autocompletev0.0.106v0.0.105
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index bec7549..b0b4a44 100644
--- a/structs.go
+++ b/structs.go
@@ -4,7 +4,7 @@
package main
import (
- "go.wit.com/dev/alexflint/arg"
+ "go.wit.com/lib/gui/prep"
"go.wit.com/lib/protobuf/forgepb"
"go.wit.com/lib/protobuf/zoopb"
)
@@ -13,7 +13,7 @@ var me *autoType
// this app's variables
type autoType struct {
- argpp *arg.Parser // go-arg preprocessor
+ auto *prep.Auto // more experiments for bash handling
forge *forgepb.Forge // your customized repo preferences and settings
machine *zoopb.Machine // your customized repo preferences and settings
}