(env *execenv.Env, excerpts []*cache.BugExcerpt)
| 270 | } |
| 271 | |
| 272 | func bugsPlainFormatter(env *execenv.Env, excerpts []*cache.BugExcerpt) error { |
| 273 | for _, b := range excerpts { |
| 274 | env.Out.Printf("%s\t%s\t%s\n", b.Id().Human(), b.Status, strings.TrimSpace(b.Title)) |
| 275 | } |
| 276 | return nil |
| 277 | } |
| 278 | |
| 279 | func bugsOrgmodeFormatter(env *execenv.Env, excerpts []*cache.BugExcerpt) error { |
| 280 | // see https://orgmode.org/manual/Tags.html |