diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 10:17:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 10:17:14 -0500 |
| commit | d8451d71898fb96dd096a9d560f36ad52d460726 (patch) | |
| tree | 86b55b0b7281f9e4308e23c71c6a7e89721454f4 /structs.go | |
| parent | 163590b99a4e36d6113fe40c426f8633aec68d33 (diff) | |
newer better argvv0.0.34
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,7 +10,6 @@ import ( "go.wit.com/gui" "go.wit.com/lib/fhelp" "go.wit.com/lib/gadgets" - "go.wit.com/lib/protobuf/argvpb" "go.wit.com/lib/protobuf/chatpb" "google.golang.org/genai" ) @@ -19,7 +18,6 @@ var me *mainType // this app's variables type mainType struct { - argv *argvpb.Argv // shell autocomplete pp *arg.Parser // for parsing the command line args. Yay to alexf lint! myGui *fhelp.GuiPrep // the gui handle itself gui *gui.Node // the gui handle itself |
