Source: golang-github-alecthomas-mango-kong Maintainer: Debian Go Packaging Team Uploaders: Scarlett Moore Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-alecthomas-kong-dev, golang-github-muesli-mango-dev, golang-github-muesli-roff-dev Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-alecthomas-mango-kong Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-alecthomas-mango-kong.git Homepage: https://github.com/alecthomas/mango-kong Rules-Requires-Root: no XS-Go-Import-Path: github.com/alecthomas/mango-kong Package: golang-github-alecthomas-mango-kong-dev Architecture: all Multi-Arch: foreign Depends: golang-github-alecthomas-kong-dev, golang-github-muesli-mango-dev, golang-github-muesli-roff-dev, ${misc:Depends} Description: Mango (man page generator) integration for Kong (library) Mango (man page generator) integration for Kong . This package allows Kong (https://github.com/alecthomas/kong) packages to generate man pages using Mango (https://github.com/muesli/mango). . Simply add mangokong.ManFlag to your CLI struct: . var cli struct { Man mangokong.ManFlag `help:"Write man page." } . Example . This is what the included example (/example) looks like: . [Image: example.1] (/example.1.png)