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
12 lines
345 B
Markdown
12 lines
345 B
Markdown
# Documentation generation
|
|
|
|
- [Man page docs](./man_docs.md)
|
|
- [Markdown docs](./md_docs.md)
|
|
- [Rest docs](./rest_docs.md)
|
|
- [Yaml docs](./yaml_docs.md)
|
|
|
|
## Options
|
|
### `DisableAutoGenTag`
|
|
You may set `cmd.DisableAutoGenTag = true`
|
|
to _entirely_ remove the auto generated string "Auto generated by spf13/cobra..."
|
|
from any documentation source.
|