From 46d032cd21b0e8e2c94a32333d3805ec76980cca Mon Sep 17 00:00:00 2001 From: ewy Date: Mon, 1 Jun 2026 18:47:44 +0200 Subject: add man(1) generation --- indexers/pikdex/index.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'indexers/pikdex/index.go') diff --git a/indexers/pikdex/index.go b/indexers/pikdex/index.go index 70cfabb..1a9b38a 100644 --- a/indexers/pikdex/index.go +++ b/indexers/pikdex/index.go @@ -43,9 +43,11 @@ type pikdex struct { } type SourceData struct { - Aliases []string - Icon string - Path string + Aliases []string + Icon string + Path string + Wants []string + Includes []string } func (u *pikdex) Index(absPath string, f fs.FS, runners []model.Runner) ([]model.Target, error) { -- cgit v1.3.1