add --man flag for generating manfile

This commit is contained in:
2025-04-29 15:19:16 +01:00
parent cb973c09f5
commit 0a2c622645
4 changed files with 17 additions and 0 deletions

3
go.mod
View File

@@ -4,6 +4,7 @@ go 1.24.0
require (
github.com/alecthomas/kong v1.10.0
github.com/alecthomas/mango-kong v0.1.0
github.com/andreykaipov/goobs v1.5.6
)
@@ -13,5 +14,7 @@ require (
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mmcloughlin/profile v0.1.1 // indirect
github.com/muesli/mango v0.1.1-0.20220205060214-77e2058169ab // indirect
github.com/muesli/roff v0.1.0 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
)