spf13--cobra/doc
Jim Schubert b5bc3e3275 Merge branch 'main' into doc-slash-commands
* main: (39 commits)
  Add '--version' flag to Help output (#1707)
  Expose ValidateRequiredFlags and ValidateFlagGroups (#1760)
  Document option to hide the default completion cmd (#1779)
  ci: add workflow_dispatch (#1387)
  add missing license headers (#1809)
  ci: use action/setup-go's cache (#1783)
  Adjustments to documentation (#1656)
  Rename Powershell completion tests (#1803)
  Support for case-insensitive command names (#1802)
  Deprecate ExactValidArgs() and test combinations of args validators (#1643)
  Use correct stale action `exempt-` yaml keys (#1800)
  With go 1.18, we must use go install for a binary (#1726)
  Clarify SetContext documentation (#1748)
  ci: test on Golang 1.19 (#1782)
  fix: show flags that shadow parent persistent flag in child help (#1776)
  Update gopkg.in/yaml.v2 to gopkg.in/yaml.v3 (#1766)
  fix(bash-v2): activeHelp length check syntax (#1762)
  fix: correct command path in see_also for YAML doc (#1771)
  build(deps): bump github.com/inconshreveable/mousetrap (#1774)
  docs: add zitadel to the list (#1772)
  ...
2022-10-02 21:14:54 -04:00
..
cmd_test.go add missing license headers (#1809) 2022-09-16 07:55:56 -04:00
man_docs.go Merge branch 'main' into doc-slash-commands 2022-10-02 21:14:54 -04:00
man_docs.md Fix #401 (#402) 2017-04-19 14:39:58 +02:00
man_docs_test.go Merge branch 'main' into doc-slash-commands 2022-10-02 21:14:54 -04:00
man_examples_test.go add missing license headers (#1809) 2022-09-16 07:55:56 -04:00
md_docs.go Merge branch 'main' into doc-slash-commands 2022-10-02 21:14:54 -04:00
md_docs.md Change links from http:// to https:// (#1695) 2022-05-17 14:28:13 -04:00
md_docs_test.go Merge branch 'main' into doc-slash-commands 2022-10-02 21:14:54 -04:00
README.md Man pages won't have auto gen tag when option is disabled (#1104) 2020-04-29 11:15:55 -06:00
rest_docs.go Merge branch 'main' into doc-slash-commands 2022-10-02 21:14:54 -04:00
rest_docs.md Change links from http:// to https:// (#1695) 2022-05-17 14:28:13 -04:00
rest_docs_test.go Merge branch 'main' into doc-slash-commands 2022-10-02 21:14:54 -04:00
util.go Merge branch 'main' into doc-slash-commands 2022-10-02 21:14:54 -04:00
yaml_docs.go Merge branch 'main' into doc-slash-commands 2022-10-02 21:14:54 -04:00
yaml_docs.md Change links from http:// to https:// (#1695) 2022-05-17 14:28:13 -04:00
yaml_docs_test.go Merge branch 'main' into doc-slash-commands 2022-10-02 21:14:54 -04:00

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.