diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
