summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 9ddaab1..66b8cf3 100644
--- a/structs.go
+++ b/structs.go
@@ -10,7 +10,7 @@ type AutoArgs struct {
pb *Argv // the protobuf for the current process
id int // should be unique
Argv func([]string) // the function for shell autocomplete
- initArgv func() (string, string, string) // this is required. gets APPNAME, BUILDTIME & VERSION
+ initArgvFunc func() (string, string, string) // this is required. gets APPNAME, BUILDTIME & VERSION
initGuiFunc func() error // this is required for 'gui' args to work
mustParseFunc func() error // calls go-arg.MustParse()
parseFlagsFunc func([]string) error // calls go-arg.ParseFlags(flags)