full diff: https://github.com/spf13/cobra/compare/v1.0.0...v1.1.1 Notable changes: - Extend Go completions and revamp zsh comp - Add completion for help command - Complete subcommands when TraverseChildren is set - Fix stderr printing functions - fix: fish output redirection - fix manpage building with new go-md2man Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
13 lines
345 B
Markdown
13 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.
|