spf13--cobra/doc
Daniel Nephin 67feb8173c Add support for setting a function to handle flag parsing errors.
The default pflag error is to only print the bad flag. This enables an application
to include a usage message or other details about the error.

Signed-off-by: Daniel Nephin <dnephin@gmail.com>
2016-10-10 10:56:48 -04:00
..
cmd_test.go Remove unused outs global var 2016-01-06 11:49:16 +01:00
man_docs.go gofmt, govet, run those in Travis, add 1.7 2016-08-23 13:30:43 -07:00
man_docs.md Update doc generation examples. Fixes #227. 2016-01-17 11:29:42 +11:00
man_docs_test.go Use the correct man page section for the filename 2016-06-21 14:30:54 -04:00
man_examples_test.go Issue #195: Move doc generation into separate pkg 2015-12-24 09:01:59 -05:00
md_docs.go Use filepath.Join, not string math. Fixes #226. 2016-01-17 11:25:20 +11:00
md_docs.md Add support for setting a function to handle flag parsing errors. 2016-10-10 10:56:48 -04:00
md_docs_test.go Treat write errors in markdown doc generation 2016-01-06 12:21:04 +01:00
util.go Issue #195: Move doc generation into separate pkg 2015-12-24 09:01:59 -05:00