mirror of
https://github.com/spf13/cobra.git
synced 2024-12-23 20:15:21 -07:00
8519630750
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>
11 lines
194 B
Modula-2
11 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
|
|
)
|