diff options
Diffstat (limited to 'theMagicOfAutocomplete.go')
| -rw-r--r-- | theMagicOfAutocomplete.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theMagicOfAutocomplete.go b/theMagicOfAutocomplete.go index dc3efb4..7a3bc59 100644 --- a/theMagicOfAutocomplete.go +++ b/theMagicOfAutocomplete.go @@ -178,7 +178,7 @@ func Autocomplete(dest any) *Argv { me.writeHelpFunc() } else { // me.pp.WriteHelpForSubcommand(os.Stderr, me.pb.Cmd) - me.writeHelpForSubcommand(me.pb.Cmd) + me.writeHelpForSubcommandFunc(me.pb.Cmd) } } } else { |
