diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ type AutoArgs struct { parseFlagsFunc func([]string) error // calls go-arg.ParseFlags(flags) writeHelpForAutocompleteFunc func(string, ...string) error // notsure yet writeHelpForAutocompleteDebugFunc func(string, ...string) error // notsure yet - writeHelp func() // notsure yet + writeHelpFunc func() error // notsure yet writeHelpForSubcommand func(string) // notsure yet examples func() string // some examples appExit func() // app Exit() |
