summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-13 09:53:15 -0500
committerJeff Carr <[email protected]>2025-10-13 09:53:15 -0500
commitd4b928f7bb8f66afc31a95fa4552b8fd8fba3712 (patch)
tree689a40f652bd2f784eb1e028340282bdb2f5739b /structs.go
parent915ea4f648f8639cb1fc4111fa49ff298ea79441 (diff)
calls back to the apps' main/argv.go but what next?
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 04e011d..01a6f56 100644
--- a/structs.go
+++ b/structs.go
@@ -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
}