diff options
| author | ewy <ewy0@protonmail.com> | 2026-06-01 18:47:44 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-06-01 18:47:44 +0200 |
| commit | 46d032cd21b0e8e2c94a32333d3805ec76980cca (patch) | |
| tree | fbb8aed5c5a501aca1309f62a9d4440ca949ce4c /indexers/pikdex/index.go | |
| parent | 7585a488b7b1e1812f7ebf50107139e2fd65f035 (diff) | |
add man(1) generation
Diffstat (limited to 'indexers/pikdex/index.go')
| -rw-r--r-- | indexers/pikdex/index.go | 8 |
1 files changed, 5 insertions, 3 deletions
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) { |
