summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 02:09:08 -0500
committerJeff Carr <[email protected]>2025-09-25 02:09:08 -0500
commita2da3b9a08d60d2acecb941c9dd8c9d498555826 (patch)
tree4037103fe5b6635259e5a27efcd4665da73bdde5 /structs.go
parent72a360cb950c48f1556ce48b5fad16b17ca7fcc4 (diff)
new argv bash autocompletev0.0.24v0.0.23v0.0.22v0.0.21
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 2373661..f978f24 100644
--- a/structs.go
+++ b/structs.go
@@ -4,7 +4,6 @@
package main
import (
- "go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
"go.wit.com/lib/gui/prep"
)
@@ -13,7 +12,7 @@ var me *autoType
// this app's variables
type autoType struct {
- pp *arg.Parser // go-arg preprocessor
+ auto *prep.Auto // more experiments for bash handling
myGui *prep.GuiPrep // the gui toolkit handle
dd *gui.Node // the drives dropdown list
parted *gui.Node // the current drive to run parted on