mirror of
https://github.com/spf13/cobra.git
synced 2024-11-15 09:48:19 -07:00
e392f3204d
* Man pages wont have auto gen tag when option is disabled - this addresses #741 * Add documentation for doc generation and a changelog
345 B
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.