diff options
| author | Jeff Carr <[email protected]> | 2025-10-18 06:36:48 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-18 06:36:48 -0500 |
| commit | 0b25f021974cd96a9619dd0fc39385557926db4a (patch) | |
| tree | e556a11345815a4c3856936285f785660facc637 /structs.go | |
| parent | 2ea632eac5a877567fc44cb2af9aef414de3e7dd (diff) | |
passes the flags through to the go-arg parser
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,7 +5,6 @@ package main import ( "go.wit.com/gui" - "go.wit.com/dev/alexflint/arg" "go.wit.com/lib/protobuf/argvpb" ) @@ -14,6 +13,5 @@ var me *mainType // this app's variables type mainType struct { argv *argvpb.Argv // shell autocomplete - pp *arg.Parser // the go-arg parser of the command line gui *gui.Node // the gui toolkit handle } |
