summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-25 01:53:09 -0500
committerJeff Carr <[email protected]>2025-09-25 01:53:09 -0500
commitf556147358998c4eb11eab8045db96448112a017 (patch)
tree07d93aa78154a8d1f3626e4e49c47dca8e5c8b60 /structs.go
parentdbcd3b5686cf5d894e40b53f33cf588f4682b3f0 (diff)
new argv bash autocompletev0.2.80v0.2.79v0.2.78v0.2.77
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 e493c41..056d240 100644
--- a/structs.go
+++ b/structs.go
@@ -4,7 +4,6 @@ import (
"net/url"
"time"
- "go.wit.com/dev/alexflint/arg"
"go.wit.com/gui"
"go.wit.com/lib/gadgets"
"go.wit.com/lib/gui/prep"
@@ -25,7 +24,7 @@ func (b *virtigoT) Enable() {
// this app's variables
type virtigoT struct {
- pp *arg.Parser // go-arg parser
+ auto *prep.Auto // more experiments for bash handling
myGui *prep.GuiPrep // the gui toolkit handle
e *virtpb.Events // virt protobuf events
hmap map[*virtpb.Hypervisor]*HyperT // map to the local struct