spf13--cobra/doc
2022-05-16 22:02:00 -04:00
..
cmd_test.go doc: GenMarkdown skip Synopsis on empty long cmd (#1207) 2020-08-26 09:18:51 -06:00
man_docs.go Manpage supports commands with slashes 2022-05-16 22:00:33 -04:00
man_docs.md Fix #401 (#402) 2017-04-19 14:39:58 +02:00
man_docs_test.go Manpage supports commands with slashes 2022-05-16 22:00:33 -04:00
man_examples_test.go Use golangci-lint (#1044) 2021-02-07 17:08:50 -07:00
md_docs.go reStructuredText supports commands with slashes 2022-05-16 22:02:00 -04:00
md_docs.md substitute wrong word in md_docs (#998) 2019-12-02 08:04:30 -05:00
md_docs_test.go Markdown supports commands with slashes 2022-05-16 21:58:10 -04:00
README.md Man pages won't have auto gen tag when option is disabled (#1104) 2020-04-29 11:15:55 -06:00
rest_docs.go reStructuredText supports commands with slashes 2022-05-16 22:02:00 -04:00
rest_docs.md doc: add ReST doc generation (#537) 2017-10-07 19:39:47 +02:00
rest_docs_test.go reStructuredText supports commands with slashes 2022-05-16 22:02:00 -04:00
util.go reStructuredText supports commands with slashes 2022-05-16 22:02:00 -04:00
yaml_docs.go Prefer ReplaceAll instead of Replace(..., -1) (#1530) 2022-05-14 14:10:36 -06:00
yaml_docs.md Fix #401 (#402) 2017-04-19 14:39:58 +02:00
yaml_docs_test.go YAML documentation contains "Usage" (#1037) 2020-06-15 16:51:03 -06: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.