summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index ab7faa5..4ec64cb 100644
--- a/structs.go
+++ b/structs.go
@@ -10,8 +10,8 @@ type AutoArgs struct {
Argv func([]string) // the function for shell autocomplete
initArgv 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 // notsure yet
- parseFlags func([]string) error // notsure yet
+ mustParseFunc func() error // calls go-arg.MustParse()
+ parseFlagsFunc func([]string) error // notsure yet
writeHelp func() // notsure yet
writeHelpForSubcommand func(string) // notsure yet
writeHelpForAutocomplete func() // notsure yet