1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-04-29 10:07:18 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Frank Schroeder
b3f29e98e6 Issue : Move doc generation into separate pkg
* Move man_docs and md_docs into new doc pkg
* Replace *bytes.Buffer with io.Writer
* Replace c == cmd.helpCommand with c.IsHelpCommand()
* Remove redundant len(children) == 0 check in HasSeeAlso
* Duplicate test setup for doc generation
2015-12-24 09:01:59 -05:00
Renamed from man_docs_test.go (Browse further)