mango is a man-page generator for the Go flag, pflag, cobra, coral, and
kong packages. It extracts commands, flags, and arguments from your
program and enables it to self-document.
.
Currently the following adapters exist:
.
* flag: support for Go's standard flag package
* mango-cobra (https://github.com/muesli/mango-cobra): an adapter for
cobra (https://github.com/spf13/cobra)
* mango-coral (https://github.com/muesli/mango-coral): an adapter for
coral (https://github.com/muesli/coral)
* mango-kong (https://github.com/alecthomas/mango-kong): an adapter for
kong (https://github.com/alecthomas/kong)
* mango-pflag (https://github.com/muesli/mango-pflag): an adapter for the
pflag (https://github.com/spf13/pflag) package
.
Mango will extract all the flags from your app and generate a man-page
Installed Size: 26.6 kB
Architectures: all