(task *model.Task, deps dependencyInfo, ctxFiles []taskcontext.FileEntry, wl *worklogInfo, w io.Writer)
| 589 | } |
| 590 | |
| 591 | func outputGetYAML(task *model.Task, deps dependencyInfo, ctxFiles []taskcontext.FileEntry, wl *worklogInfo, w io.Writer) error { |
| 592 | return WriteYAML(w, buildGetOutput(task, deps, ctxFiles, wl)) |
| 593 | } |
| 594 | |
| 595 | // printGetContextFiles appends context file information to the text output. |
| 596 | func printGetContextFiles(w io.Writer, files []taskcontext.FileEntry, r *lipgloss.Renderer) { |
no test coverage detected