spf13--cobra/doc
2023-01-19 11:16:18 +00:00
..
ascii_docs_test.go Add Asciidoc documentation generation support 2023-01-19 11:16:18 +00:00
asciidoc_docs.go Add Asciidoc documentation generation support 2023-01-19 11:16:18 +00:00
asciidoc_docs.md Add Asciidoc documentation generation support 2023-01-19 11:16:18 +00:00
cmd_test.go add missing license headers (#1809) 2022-09-16 07:55:56 -04:00
man_docs.go add missing license headers (#1809) 2022-09-16 07:55:56 -04:00
man_docs.md Fix #401 (#402) 2017-04-19 14:39:58 +02:00
man_docs_test.go add missing license headers (#1809) 2022-09-16 07:55:56 -04:00
man_examples_test.go add missing license headers (#1809) 2022-09-16 07:55:56 -04:00
md_docs.go add missing license headers (#1809) 2022-09-16 07:55:56 -04:00
md_docs.md Change links from http:// to https:// (#1695) 2022-05-17 14:28:13 -04:00
md_docs_test.go add missing license headers (#1809) 2022-09-16 07:55:56 -04:00
README.md Add Asciidoc documentation generation support 2023-01-19 11:16:18 +00:00
rest_docs.go fix: func name in doc strings (#1885) 2022-12-25 15:08:39 -05:00
rest_docs.md Change links from http:// to https:// (#1695) 2022-05-17 14:28:13 -04:00
rest_docs_test.go add missing license headers (#1809) 2022-09-16 07:55:56 -04:00
util.go add missing license headers (#1809) 2022-09-16 07:55:56 -04:00
yaml_docs.go add missing license headers (#1809) 2022-09-16 07:55:56 -04:00
yaml_docs.md Change links from http:// to https:// (#1695) 2022-05-17 14:28:13 -04:00
yaml_docs_test.go add missing license headers (#1809) 2022-09-16 07:55:56 -04:00

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.