diff options
| author | Jeff Carr <[email protected]> | 2025-10-18 10:23:59 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-18 10:23:59 -0500 |
| commit | 748ac1d8c6bb87c2c8e7c9e2db2608ee1a0a9979 (patch) | |
| tree | 625cb5f008951fb841b5558c97b52c9e3b96d4bf /structs.go | |
| parent | e7d680016ca9a0edb0815c32cc454d13e791d810 (diff) | |
almost there
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() |
