summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-19 02:56:05 -0500
committerJeff Carr <[email protected]>2025-10-19 02:56:05 -0500
commit2b8f7ed07b01e356abce27e686d66400c0ddeaaa (patch)
treef48a56c8018a48868fc72fec56efeb4162c31a71 /structs.go
parent6025b8df8386b165fece9f3eb39ef860fe5028ca (diff)
more details to finish the job
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 2633128..9ddaab1 100644
--- a/structs.go
+++ b/structs.go
@@ -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