diff options
| author | Jeff Carr <[email protected]> | 2025-09-25 01:21:36 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-25 01:21:36 -0500 |
| commit | dada18c9a153db03f9cf52b6d4ba7e864bf5e3ba (patch) | |
| tree | 6a4860c852f580c01bdda7a6a17fda79163e31b7 /structs.go | |
| parent | 6d670cc64ff89576c0b4532123c48523c32f5493 (diff) | |
update to the new autocompletev0.22.143
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,7 +1,6 @@ package main import ( - "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" "go.wit.com/lib/gadgets" "go.wit.com/lib/gui/prep" @@ -12,7 +11,7 @@ var me *mainType // this app's variables type mainType struct { - pp *arg.Parser // for parsing the command line args. Yay to alexf lint! + auto *prep.Auto // more experiments for bash handling goSrc string // path to ~/go/src or go.work file goPath string // the goPath to use for the package hasWork bool // true if using go.work file |
