mirror of
https://github.com/spf13/cobra
synced 2024-11-04 21:07:19 +00: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.