SandpointsGitHook/vendor/github.com/spf13/cobra/doc
2020-12-02 17:02:11 +01:00
..
man_docs.go initial commit with go vendor and compiled binary 2020-12-02 17:02:11 +01:00
man_docs.md initial commit with go vendor and compiled binary 2020-12-02 17:02:11 +01:00
md_docs.go initial commit with go vendor and compiled binary 2020-12-02 17:02:11 +01:00
md_docs.md initial commit with go vendor and compiled binary 2020-12-02 17:02:11 +01:00
README.md initial commit with go vendor and compiled binary 2020-12-02 17:02:11 +01:00
rest_docs.go initial commit with go vendor and compiled binary 2020-12-02 17:02:11 +01:00
rest_docs.md initial commit with go vendor and compiled binary 2020-12-02 17:02:11 +01:00
util.go initial commit with go vendor and compiled binary 2020-12-02 17:02:11 +01:00
yaml_docs.go initial commit with go vendor and compiled binary 2020-12-02 17:02:11 +01:00
yaml_docs.md initial commit with go vendor and compiled binary 2020-12-02 17:02:11 +01: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.