1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: golang-github-alecthomas-mango-kong
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Scarlett Moore <sgmoore@debian.org>
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)
|