1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-05-12 16:27:22 +00:00
spf13--cobra/doc/README.md
John McBride e392f3204d
Man pages won't have auto gen tag when option is disabled ()
* Man pages wont have  auto gen tag when option is disabled

- this addresses 

* Add documentation for doc generation and a changelog
2020-04-29 11:15:55 -06:00

345 B

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.