SandpointsGitHook/vendor/github.com/spf13/cobra/doc
2023-07-29 01:10:04 +02:00
..
man_docs.go compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
man_docs.md new vendor... 2021-03-20 23:21:23 +01:00
md_docs.go compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
md_docs.md compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
README.md compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
rest_docs.go compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
rest_docs.md compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
util.go compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
yaml_docs.go compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00
yaml_docs.md compile with patched hugo for footnotes... 2023-07-29 01:10:04 +02:00

# 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.

### `InitDefaultCompletionCmd`

You may call `cmd.InitDefaultCompletionCmd()` to document the default autocompletion command.