diff options
| author | Jeff Carr <[email protected]> | 2025-01-17 06:20:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-17 06:20:55 -0600 |
| commit | 68ee252acd016e2880c4fa38c7555250c7965e44 (patch) | |
| tree | 51000a8b5a239f422f02a88d891d9a90c7a2d0e8 /structs.go | |
| parent | 9431656ae80de57233cd5e721132c93699b22615 (diff) | |
add bash supportv0.23.23
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,7 @@ package main import ( + "go.wit.com/dev/alexflint/arg" "go.wit.com/gui" "go.wit.com/lib/gadgets" "go.wit.com/lib/protobuf/forgepb" @@ -11,6 +12,7 @@ import ( var me *autoType type autoType struct { + pp *arg.Parser // for parsing the command line args. Yay to alexf lint! myGui *gui.Node releaseReasonS string // = "gocui dropdown select" |
