spf13--cobra/doc
2022-09-14 23:59:50 +01:00
..
cmd_test.go add missing license headers 2022-09-14 23:59:50 +01:00
man_docs.go Prefer ReplaceAll instead of Replace(..., -1) (#1530) 2022-05-14 14:10:36 -06:00
man_docs.md Fix #401 (#402) 2017-04-19 14:39:58 +02:00
man_docs_test.go add missing license headers 2022-09-14 23:59:50 +01:00
man_examples_test.go add missing license headers 2022-09-14 23:59:50 +01:00
md_docs.go Prefer ReplaceAll instead of Replace(..., -1) (#1530) 2022-05-14 14:10:36 -06: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 2022-09-14 23:59:50 +01: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 Prefer ReplaceAll instead of Replace(..., -1) (#1530) 2022-05-14 14:10:36 -06: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 2022-09-14 23:59:50 +01:00
util.go Correct a typo in doc/util.go (#1184) 2020-08-10 22:17:29 -06:00
yaml_docs.go Update gopkg.in/yaml.v2 to gopkg.in/yaml.v3 (#1766) 2022-08-13 16:18:46 -06: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 2022-09-14 23:59:50 +01: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.