6 Commits

Author SHA1 Message Date
Unai Martinez-Corral
9e6b58afc7
update copyright year () 2023-03-05 21:28:31 -05:00
Unai Martinez-Corral
6d978a911e
add missing license headers () 2022-09-16 07:55:56 -04:00
Felix Yan
a0b86e58f8
Correct a typo in doc/util.go () 2020-08-10 22:17:29 -06:00
Albert Nigmatzianov
0960ff7fa9 Rename IsHelpCommand to IsAdditionalHelpTopicCommand ()
Fixes 
2017-03-09 10:37:15 -05:00
French Ben
35136c09d8 Added support for yaml ouptut in docs gen ()
Signed-off-by: French Ben <frenchben@docker.com>
2017-01-30 16:45:31 -05:00
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