diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 02:56:05 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 02:56:05 -0500 |
| commit | 2b8f7ed07b01e356abce27e686d66400c0ddeaaa (patch) | |
| tree | f48a56c8018a48868fc72fec56efeb4162c31a71 /structs.go | |
| parent | 6025b8df8386b165fece9f3eb39ef860fe5028ca (diff) | |
more details to finish the job
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 |
