summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-18 10:23:59 -0500
committerJeff Carr <[email protected]>2025-10-18 10:23:59 -0500
commit748ac1d8c6bb87c2c8e7c9e2db2608ee1a0a9979 (patch)
tree625cb5f008951fb841b5558c97b52c9e3b96d4bf /structs.go
parente7d680016ca9a0edb0815c32cc454d13e791d810 (diff)
almost there
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 491c774..1cf5b91 100644
--- a/structs.go
+++ b/structs.go
@@ -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()