mirror of
https://github.com/spf13/cobra
synced 2025-04-26 08:37:18 +00:00
Since cpuguy83/go-md2man 2.0.5 no paraTag is written after "SEE ALSO". With go-md2man 2.0.4: .SH SEE ALSO .PP \fBroot-bbb(1)\fP, \fBroot-ccc(1)\fP With go-md2man 2.0.5: .SH SEE ALSO \fBroot-bbb(1)\fP, \fBroot-ccc(1)\fP See: https://github.com/cpuguy83/go-md2man/pull/122 Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
10 lines
194 B
Modula-2
10 lines
194 B
Modula-2
module github.com/spf13/cobra
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5
|
|
github.com/inconshreveable/mousetrap v1.1.0
|
|
github.com/spf13/pflag v1.0.5
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|