summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-28 23:46:51 -0500
committerJeff Carr <[email protected]>2025-10-28 23:46:51 -0500
commitf3fa28a0a093c3e22ecacac914854523545d94f3 (patch)
tree8636b15f76766c3acffc8ca251d61ec57d914007 /structs.go
parentbca3f42ae8ddf7e56c93a143b915a8dc9f3326f4 (diff)
just make PB global until argv is worked out
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 6dbf312..37b754f 100644
--- a/structs.go
+++ b/structs.go
@@ -8,7 +8,6 @@ var PB *Argv
// this is a work in progress
type AutoType struct {
- pb *Argv // the protobuf for the current process
all *Argvs // the history of argv
last *Argv // the pb from the last time the user tried autocomplete
Err error // store any errors from argv