MCPcopy Create free account
hub / github.com/go-task/task / ListOptions

Struct ListOptions

help.go:22–28  ·  view source on GitHub ↗

ListOptions collects list-related options

Source from the content-addressed store, hash-verified

20
21// ListOptions collects list-related options
22type ListOptions struct {
23 ListOnlyTasksWithDescriptions bool
24 ListAllTasks bool
25 FormatTaskListAsJSON bool
26 NoStatus bool
27 Nested bool
28}
29
30// NewListOptions creates a new ListOptions instance
31func NewListOptions(list, listAll, listAsJson, noStatus, nested bool) ListOptions {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected