diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 09:53:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 09:53:15 -0500 |
| commit | d4b928f7bb8f66afc31a95fa4552b8fd8fba3712 (patch) | |
| tree | 689a40f652bd2f784eb1e028340282bdb2f5739b /structs.go | |
| parent | 915ea4f648f8639cb1fc4111fa49ff298ea79441 (diff) | |
calls back to the apps' main/argv.go but what next?
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ type AutoArgs struct { buildtime func() (string, string) // some examples pp *arg.Parser // for parsing the command line args. Yay to alexf lint! autoFunc func(*Auto) // also a function for autocomplete + guiFunc func() error // enables Gui functions err error // store any errors from argv } |
