1
0
Fork 0
mirror of https://github.com/spf13/cobra synced 2025-03-16 04:50:37 +00:00
spf13--cobra/doc
Ian Walter a0bd6c17b3 Fixing golint warnings
* Moving final return outside of if-else
* Removing type declarations that Go can infer from values
* Cleaning up some existing comments
* Changing snake_case variables to camelCase
2016-03-31 09:53:34 -04:00
..
cmd_test.go Remove unused outs global var 2016-01-06 11:49:16 +01:00
man_docs.go Ensure SEE ALSO list has no leading comma, fixing 2016-01-21 12:11:56 +11:00
man_docs.md Update doc generation examples. Fixes . 2016-01-17 11:29:42 +11:00
man_docs_test.go Fixing golint warnings 2016-03-31 09:53:34 -04:00
man_examples_test.go Issue : Move doc generation into separate pkg 2015-12-24 09:01:59 -05:00
md_docs.go Use filepath.Join, not string math. Fixes . 2016-01-17 11:25:20 +11:00
md_docs.md Update doc generation examples. Fixes . 2016-01-17 11:29:42 +11:00
md_docs_test.go Treat write errors in markdown doc generation 2016-01-06 12:21:04 +01:00
util.go Issue : Move doc generation into separate pkg 2015-12-24 09:01:59 -05:00