spf13--cobra/doc
2023-03-05 21:28:31 -05:00
..
cmd_test.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
man_docs.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
man_docs.md Fix #401 (#402) 2017-04-19 14:39:58 +02:00
man_docs_test.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
man_examples_test.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
md_docs.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
md_docs.md Change links from http:// to https:// (#1695) 2022-05-17 14:28:13 -04:00
md_docs_test.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
README.md feat: make InitDefaultCompletionCmd public (#1467) 2022-10-10 19:06:30 -04:00
rest_docs.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
rest_docs.md Change links from http:// to https:// (#1695) 2022-05-17 14:28:13 -04:00
rest_docs_test.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
util.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
yaml_docs.go update copyright year (#1927) 2023-03-05 21:28:31 -05:00
yaml_docs.md Change links from http:// to https:// (#1695) 2022-05-17 14:28:13 -04:00
yaml_docs_test.go update copyright year (#1927) 2023-03-05 21:28:31 -05: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.