mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-15 14:26:33 -04:00
|
|
||
|---|---|---|
| .. | ||
| man_docs.go | ||
| man_docs.md | ||
| md_docs.go | ||
| md_docs.md | ||
| README.md | ||
| rest_docs.go | ||
| rest_docs.md | ||
| util.go | ||
| yaml_docs.go | ||
| yaml_docs.md | ||
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.