diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ type AutoArgs struct { writeHelpForAutocompleteFunc func(string, ...string) error // notsure yet writeHelpForAutocompleteDebugFunc func(string, ...string) error // notsure yet writeHelpFunc func() error // notsure yet - writeHelpForSubcommand func(string) // notsure yet + writeHelpForSubcommandFunc func(string) error // notsure yet examples func() string // some examples appExit func() // app Exit() buildtime func() (string, string) // some examples |
