mirror of
https://github.com/spf13/cobra
synced 2025-05-01 02:47:18 +00:00
466 B
466 B
weight |
---|
20 |
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.