diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 10:06:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 10:06:03 -0500 |
| commit | 16fdee4c38c13bb71f1c77c15e3f9b8853bf694d (patch) | |
| tree | 9474fa59cefaacdfa8df17e19da914c9fa71884f /structs.go | |
| parent | f324a650ce0dd8298be4a81acadd107a62d059b2 (diff) | |
new argv (much better than before)v0.22.170
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,7 +5,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/gitpb" "go.wit.com/lib/protobuf/zoopb" ) @@ -14,7 +13,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 origGui *gui.Node // the gui handle itself |
