DockerCLI/vendor/github.com/spf13/cobra/doc
Sebastiaan van Stijn 74d45bbf61
vendor: github.com/spf13/cobra v1.1.1
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>
2020-10-20 12:39:57 +02:00
..
README.md vendor: github.com/spf13/cobra v1.1.1 2020-10-20 12:39:57 +02:00
man_docs.go vendor: github.com/spf13/cobra v1.1.1 2020-10-20 12:39:57 +02:00
md_docs.go vendor: github.com/spf13/cobra v1.1.1 2020-10-20 12:39:57 +02:00
rest_docs.go Bump spf13/cobra to v0.0.3, spf13/pflag to v1.0.1 2018-05-19 02:51:33 +02:00
util.go vendor: github.com/spf13/cobra v1.1.1 2020-10-20 12:39:57 +02:00
yaml_docs.go vendor: github.com/spf13/cobra v1.1.1 2020-10-20 12:39:57 +02:00

README.md

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.