Documentation
¶
Overview ¶
Package format provides output formatters for task data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Formatter ¶
type Formatter interface {
Task(w io.Writer, task *taskkit.Task) error
Tasks(w io.Writer, tasks []*taskkit.Task) error
ProjectSummaries(w io.Writer, summaries []*taskkit.ProjectSummary) error
UrgencyBreakdown(w io.Writer, task *taskkit.Task) error
}
Formatter writes task output to a writer.
func NewFormatter ¶
NewFormatter returns the Formatter for the given format string and optional column list (used by the pretty formatter; ignored by json).
Click to show internal directories.
Click to hide internal directories.