mirror of
https://github.com/spf13/cobra
synced 2024-11-04 21:07:19 +00:00
860791844e
* feat: make InitDefaultCompletionCmd public * PR comments * Update man_docs_test.go * Update README.md
473 B
473 B
Documentation generation
Options
DisableAutoGenTag
You may set cmd.DisableAutoGenTag = true
to entirely remove the auto generated string "Auto generated by spf13/cobra..."
from any documentation source.
InitDefaultCompletionCmd
You may call cmd.InitDefaultCompletionCmd()
to document the default autocompletion command.