diff options
| author | Jeff Carr <[email protected]> | 2025-10-18 03:21:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-18 03:21:39 -0500 |
| commit | d68c81c1add8b09aed8b8a19c6b61610a9ff8605 (patch) | |
| tree | 8e16849a0e3d57663e930201158d2181fafced8b /structs.go | |
| parent | 4fee86a80f84dd7c591935c7c5d7013adbab0b67 (diff) | |
switching to the new 'argv'
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,14 +4,14 @@ package main import ( - "go.wit.com/dev/alexflint/arg" - "go.wit.com/lib/gui/prep" + "go.wit.com/gui" + "go.wit.com/lib/protobuf/argvpb" ) var me *mainType // this app's variables type mainType struct { - pp *arg.Parser // for parsing the command line args. Yay to alexf lint! - myGui *prep.GuiPrep // the gui toolkit handle + argv *argvpb.Argv // shell autocomplete + myGui *gui.Node // the gui toolkit handle } |
